From 57bea39e0d00e6bba15eacd857dd35900ba81019 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Fri, 16 Jan 2026 14:28:37 -0300 Subject: [PATCH] fix(Scripts/Mechanar): Adjust Pathaleon the Calculator Spell Timers (#24431) --- .../TempestKeep/Mechanar/boss_pathaleon_the_calculator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_pathaleon_the_calculator.cpp b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_pathaleon_the_calculator.cpp index 613596d5c..bd6e6d82c 100644 --- a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_pathaleon_the_calculator.cpp +++ b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_pathaleon_the_calculator.cpp @@ -90,7 +90,7 @@ struct boss_pathaleon_the_calculator : public BossAI me->LoadEquipment(EQUIPMENT_FRENZY); }); - scheduler.Schedule(20s, 25s, [this](TaskContext context) + scheduler.Schedule(10s, 16s, [this](TaskContext context) { if (!_isEnraged) { @@ -113,7 +113,7 @@ struct boss_pathaleon_the_calculator : public BossAI me->ModifyPower(POWER_MANA, 5000); DoCastSelf(SPELL_ARCANE_TORRENT); context.Repeat(15s); - }).Schedule(10s, 15s, [this](TaskContext context) + }).Schedule(10s, 16s, [this](TaskContext context) { if (DoCastRandomTarget(SPELL_DOMINATION, 0, 50.0f, true, false, false) == SPELL_CAST_OK) {