diff --git a/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp b/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp index f34f0176d8..53f0d1c559 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp @@ -304,11 +304,11 @@ struct npc_frozen_core : public ScriptedAI void JustDied(Unit* /*killer*/) override { - if (Creature* ahune = _instance->GetCreature(DATA_AHUNE)) - Unit::Kill(me, ahune); - DoCastSelf(SPELL_SUMMON_LOOT_MISSILE, true); DoCastSelf(SPELL_MINION_DESPAWNER, true); + + if (Creature* ahune = _instance->GetCreature(DATA_AHUNE)) + Unit::Kill(me, ahune); } void DoAction(int32 action) override