From 2c246e49d036fddcb0619a1ebe78f495ff134a47 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Tue, 28 May 2024 19:39:21 -0300 Subject: [PATCH] fix(Scripts/Hyjal): Anetheron dont cast sleep on tank (#18969) --- .../CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp index 02da28a40..b6263024a 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp @@ -66,7 +66,7 @@ public: }).Schedule(25s, 32s, [this](TaskContext context) { Talk(SAY_SLEEP); - DoCastRandomTarget(SPELL_SLEEP, 0, 0.0f, true, false, false); + DoCastRandomTarget(SPELL_SLEEP, 1, 0.0f, true, false, false); context.Repeat(35s, 48s); }).Schedule(30s, 48s, [this](TaskContext context) {