diff --git a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp index 4d96bf49e5e..1d7cf204304 100644 --- a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp +++ b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp @@ -1321,6 +1321,8 @@ class npc_elementium_monstrosity : public CreatureScript void IsSummonedBy(Unit* /*summoner*/) override { DoZoneInCombat(); + if (Player* player = me->SelectNearestPlayer(100.0f)) + me->SetLootRecipient(player); DoCastSelf(SPELL_TWILIGHT_EXPLOSION_DND); DoCastSelf(SPELL_MERGE_HEALTH); Talk(SAY_SUMMONED);