summaryrefslogtreecommitdiff
path: root/npc/014-5-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-01 19:52:31 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-01 19:52:31 -0300
commit3e3704730a574e34bfcfe700a3b9884bc9e07d99 (patch)
treedd9fe3834c307e1d2121d5fb2f0ee239fb3de7a4 /npc/014-5-1
parent2604ed34371f2cda40c2e628dcca8883018ced91 (diff)
downloadserverdata-3e3704730a574e34bfcfe700a3b9884bc9e07d99.tar.gz
serverdata-3e3704730a574e34bfcfe700a3b9884bc9e07d99.tar.bz2
serverdata-3e3704730a574e34bfcfe700a3b9884bc9e07d99.tar.xz
serverdata-3e3704730a574e34bfcfe700a3b9884bc9e07d99.zip
Revert "Move 015-8 to an instance (what)"
This reverts commit 2604ed34371f2cda40c2e628dcca8883018ced91. Sure, an instance is better. But it won't work because _mobs
Diffstat (limited to 'npc/014-5-1')
-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;
}