diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-18 12:50:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-18 12:50:38 -0300 |
commit | 9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e (patch) | |
tree | cab61bd7556ccf5ec462d799911848741850ba1b | |
parent | 616e899df241fba86956a8e0ab18ed1e9dfcef8c (diff) | |
download | serverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.tar.gz serverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.tar.bz2 serverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.tar.xz serverdata-9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e.zip |
Fix bugs reported by test_map
-rw-r--r-- | npc/023-3-1/logic.txt | 4 |
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; |