fix(Scripts/Hyjal): Anetheron dont cast sleep on tank (#18969)

This commit is contained in:
Andrew
2024-05-28 19:39:21 -03:00
committed by GitHub
parent 9b363594e7
commit 2c246e49d0

View File

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