|
@@ -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:
|