diff --git a/src/server/scripts/EasternKingdoms/Karazhan/boss_netherspite.cpp b/src/server/scripts/EasternKingdoms/Karazhan/boss_netherspite.cpp index 2817ec7c5..6289d41fc 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/boss_netherspite.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/boss_netherspite.cpp @@ -294,6 +294,7 @@ struct boss_netherspite : public BossAI { BossAI::JustDied(killer); HandleDoors(true); + DestroyPortals(); } void UpdateAI(uint32 diff) override