summaryrefslogtreecommitdiff
path: root/npc/guild
diff options
context:
space:
mode:
authornsstrunks <nsstrunks@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 05:04:33 +0000
committernsstrunks <nsstrunks@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 05:04:33 +0000
commit974c1e034cc6d932ee793fc4eddf9b3578aa612f (patch)
tree1ba85a897db0a66e65bdd30a5a00b3fca435c331 /npc/guild
parentaeafae0b9a6bb21f28f80728fc61606522e62fdb (diff)
downloadhercules-974c1e034cc6d932ee793fc4eddf9b3578aa612f.tar.gz
hercules-974c1e034cc6d932ee793fc4eddf9b3578aa612f.tar.bz2
hercules-974c1e034cc6d932ee793fc4eddf9b3578aa612f.tar.xz
hercules-974c1e034cc6d932ee793fc4eddf9b3578aa612f.zip
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
Diffstat (limited to 'npc/guild')
-rw-r--r--npc/guild/gldfunc_dunsw.txt2
1 files changed, 1 insertions, 1 deletions
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: