From 608a80a094f1230af83656f56d9ab0893dba1d12 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:28:05 +0100 Subject: [PATCH] =?UTF-8?q?fix(Scripts/TempleOfAhnQiraj):=20Corrected=20ti?= =?UTF-8?q?mer=20for=20Cthun's=20Dark=20Gla=E2=80=A6=20(#13799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/Temple of AhnQiraj): Corrected timer for Cthun's Dark Glare ability. Fixes #13668 --- src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);