소스 검색

Fixed the warp function, credit to Sporks.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@805 54d463be-8e91-2dee-dedb-b68131a5f0ec
nsstrunks 20 년 전
부모
커밋
bdb2a6ee76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      npc/guild/gldfunc_dunsw.txt

+ 1 - 1
npc/guild/gldfunc_dunsw.txt

@@ -31,7 +31,7 @@ function	script	F_GldDunSw	{
 
 		set @GID, GetCastleData(getarg(0)+".gat",1);
 		if (getcharid(2) != @GID) goto L_NotGLead;
-		warp "gld_dun"+getarg(1)+".gat",getarg(2),getarg(3);
+		warp "gld_dun0"+getarg(1)+".gat",getarg(2),getarg(3);
 		end;
 
 		L_NotGLead: