mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(Scripts/TempleOfAhnQiraj): Corrected timer for Cthun's Dark Gla… (#13799)
fix(Scripts/Temple of AhnQiraj): Corrected timer for Cthun's Dark Glare ability. Fixes #13668
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user