fix(Scripts/Karazhan): Destroy Netherspite portals on death. (#19203)

Init.
This commit is contained in:
Benjamin Jackson
2024-06-28 04:52:46 -04:00
committed by GitHub
parent 5264aea992
commit fd87ce1bf3

View File

@@ -294,6 +294,7 @@ struct boss_netherspite : public BossAI
{
BossAI::JustDied(killer);
HandleDoors(true);
DestroyPortals();
}
void UpdateAI(uint32 diff) override