diff options
-rw-r--r-- | npc/042-2/boss.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt index 785805320..7caee053f 100644 --- a/npc/042-2/boss.txt +++ b/npc/042-2/boss.txt @@ -188,6 +188,11 @@ OnKillMob: end; OnKillBoss: + // Fallback + if (!playerattached()) + goto OnTimer180000; + + // OnKillBoss begin .@m$=instance_mapname("042-2"); .@n$=instance_npcname(.name$); stopnpctimer; |