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) {