fix(Scripts/BlackTemple): Fix Gathios not recasting Consecration (#20200)
This commit is contained in:
@@ -340,7 +340,7 @@ struct boss_gathios_the_shatterer : public boss_illidari_council_memberAI
|
|||||||
if (roll_chance_i(50))
|
if (roll_chance_i(50))
|
||||||
Talk(SAY_COUNCIL_SPECIAL);
|
Talk(SAY_COUNCIL_SPECIAL);
|
||||||
DoCastSelf(SPELL_CONSECRATION);
|
DoCastSelf(SPELL_CONSECRATION);
|
||||||
events.ScheduleEvent(EVENT_SPELL_AURA, 30s);
|
events.ScheduleEvent(EVENT_SPELL_CONSECRATION, 30s);
|
||||||
break;
|
break;
|
||||||
case EVENT_SPELL_HAMMER_OF_JUSTICE:
|
case EVENT_SPELL_HAMMER_OF_JUSTICE:
|
||||||
if (Unit* target = me->GetVictim())
|
if (Unit* target = me->GetVictim())
|
||||||
|
|||||||
Reference in New Issue
Block a user