mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Scripts/TempleOfAhnQiraj): Fix C'thun not using abilities after e… (#14859)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user