diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp index 0d1db2cec..8ac1f6a1f 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp @@ -340,7 +340,7 @@ struct boss_gathios_the_shatterer : public boss_illidari_council_memberAI if (roll_chance_i(50)) Talk(SAY_COUNCIL_SPECIAL); DoCastSelf(SPELL_CONSECRATION); - events.ScheduleEvent(EVENT_SPELL_AURA, 30s); + events.ScheduleEvent(EVENT_SPELL_CONSECRATION, 30s); break; case EVENT_SPELL_HAMMER_OF_JUSTICE: if (Unit* target = me->GetVictim())