summaryrefslogtreecommitdiff
path: root/npc/023-3-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-18 12:50:38 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-18 12:50:38 -0300
commit9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e (patch)
treecab61bd7556ccf5ec462d799911848741850ba1b /npc/023-3-1
parent616e899df241fba86956a8e0ab18ed1e9dfcef8c (diff)
downloadserverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.tar.gz
serverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.tar.bz2
serverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.tar.xz
serverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.zip
Fix bugs reported by test_map
Diffstat (limited to 'npc/023-3-1')
-rw-r--r--npc/023-3-1/logic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt
index 3914ed49c..38847b361 100644
--- a/npc/023-3-1/logic.txt
+++ b/npc/023-3-1/logic.txt
@@ -222,7 +222,7 @@ OnE12:
// A warp to non-instanced version to prevent death sprite from showing up.
unitwarp(@ISBAMUTH, "023-3-1", 45, 45);
- unitwarp(@SCOUT);
+ unitwarp(@SCOUT, "023-3-1", 45, 45);
unitkill(@ISBAMUTH);
unitkill(@SCOUT);
@ISBAMUTH=0;
@@ -257,7 +257,7 @@ OnW02:
// Secret events. Do not handle Isbamuth death as it should be impossible...
OnIsbamuthDefeat:
- Exception(l("Why do you bully me! - This is a bug: 02331.LOGIC.OID"))
+ Exception(l("Why do you bully me! - This is a bug: 02331.LOGIC.OID"));
deltimer(.@n$+"::OnW01");
deltimer(.@n$+"::OnW02");
getexp 0, 1000;