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