summaryrefslogtreecommitdiff
path: root/npc/guild/gldfunc_dunsw.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
commit788a65d41bce37aad857e5b5202d0293e84963a2 (patch)
tree2070539f8f2ed0a635ff39a18194c21a76595848 /npc/guild/gldfunc_dunsw.txt
parenta50476a588b2d7bc819cf0235a093dcddef9f2bf (diff)
downloadhercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/gldfunc_dunsw.txt')
-rw-r--r--npc/guild/gldfunc_dunsw.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/guild/gldfunc_dunsw.txt b/npc/guild/gldfunc_dunsw.txt
index f2e8e7446..11626d890 100644
--- a/npc/guild/gldfunc_dunsw.txt
+++ b/npc/guild/gldfunc_dunsw.txt
@@ -34,9 +34,9 @@ function script F_GldDunSw {
next;
menu "Yes",-,"No",M_No;
- set @GID, GetCastleData(getarg(0)+".gat",1);
+ set @GID, GetCastleData(getarg(0),1);
if (@GID == 0 || getcharid(2) != @GID) goto L_NotGLead;
- warp "gld_dun"+getarg(1)+".gat",getarg(2),getarg(3);
+ warp "gld_dun"+getarg(1),getarg(2),getarg(3);
end;
L_NotGLead:
@@ -44,4 +44,4 @@ function script F_GldDunSw {
mes " ' ..... it seems that you are not brave enough...... ' ";
M_No:
return;
-}
+} \ No newline at end of file