diff options
-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; |