diff options
-rw-r--r-- | npc/026-7/boss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 7a7518a2b..8786c6127 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -202,7 +202,7 @@ OnTimer10000: } /* Maybe the fight is over */ - if (!mobcount("026-7", "all") || getunittype(.MK) < 0) { + if (!mobcount("026-7", "all") || getunittype(.MK) < 0 || .@end) { $@MK_SCENE = MK_NONE; $@MK_CHALLENGE=false; killmonsterall("026-7"); |