fix(Scripts/TempleOfAhnQiraj): Fix C'thun not using abilities after e… (#14859)

This commit is contained in:
Skjalf
2023-02-04 12:17:43 -03:00
committed by GitHub
parent c3dd1b7a5c
commit c08a5ba3fa

View File

@@ -323,7 +323,7 @@ struct boss_eye_of_cthun : public BossAI
me->RemoveAurasDueToSpell(SPELL_RED_COLORATION);
me->RemoveAurasDueToSpell(SPELL_FREEZE_ANIM);
me->InterruptNonMeleeSpells(false);
ScheduleTasks();
ScheduleTask();
}
else
tasker.Repeat(1s);