diff options
Diffstat (limited to 'npc/014-5-1/objects.txt')
-rw-r--r-- | npc/014-5-1/objects.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/014-5-1/objects.txt b/npc/014-5-1/objects.txt index ed3520924..72dae0794 100644 --- a/npc/014-5-1/objects.txt +++ b/npc/014-5-1/objects.txt @@ -32,7 +32,8 @@ OnInit: mesc l("Enter though the window to the secret caves?"); next; if (askyesno() == ASK_YES) { - warp "015-8", 99, 178; + .@mapn$="sgt2@"+getcharid(0); + warp .@mapn$, 99, 178; closeclientdialog; end; } |