fix(Scripts/Hyjal): Anetheron dont cast sleep on tank (#18969)
This commit is contained in:
parent
9b363594e7
commit
2c246e49d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue