diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp index 2382dad37..01ac35f6d 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp @@ -274,7 +274,7 @@ struct boss_eye_of_cthun : public BossAI task.SetGroup(GROUP_BEAM_PHASE); task.Repeat(); }) - .Schedule(50s, [this](TaskContext /*task*/) + .Schedule(46s, [this](TaskContext /*task*/) { _scheduler.CancelGroup(GROUP_BEAM_PHASE);