From 84e70c5cd8f6752a7c97d31f805c57d7f3638a32 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:53:02 -0300 Subject: [PATCH] fix(Scripts/BlackTemple): Fix Gathios not recasting Consecration (#20200) --- .../scripts/Outland/BlackTemple/boss_illidari_council.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())