summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/026-7/boss.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt
index 0be988684..1fe4b328c 100644
--- a/npc/026-7/boss.txt
+++ b/npc/026-7/boss.txt
@@ -227,6 +227,7 @@ OnTimer10000:
/* Maybe the fight is over */
if (!mobcount("026-7", "all") || getunittype(.MK) < 0 || .@end) {
+ stopnpctimer;
$@MK_SCENE = MK_NONE;
$@MK_CHALLENGE=false;
killmonsterall("026-7");
@@ -252,7 +253,6 @@ OnTimer10000:
donpcevent "@exprate::OnPlayerCall";
}
}
- stopnpctimer;
end;
}
@@ -702,6 +702,7 @@ OnPrepBlight:
attachrid(.@mvp);
addtimer(10, "Impregnable#B7F::OnBlightbringer");
}
+ stopnpctimer;
end;
OnBlightbringer: