From 974c1e034cc6d932ee793fc4eddf9b3578aa612f Mon Sep 17 00:00:00 2001 From: nsstrunks Date: Mon, 27 Dec 2004 05:04:33 +0000 Subject: Fixed the warp function, credit to Sporks. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@805 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/gldfunc_dunsw.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/guild') diff --git a/npc/guild/gldfunc_dunsw.txt b/npc/guild/gldfunc_dunsw.txt index 6d954c639..a2a853365 100644 --- a/npc/guild/gldfunc_dunsw.txt +++ b/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: -- cgit v1.2.3-60-g2f50