summaryrefslogtreecommitdiff
path: root/npc/guild/gldfunc_dunsw.txt
diff options
context:
space:
mode:
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