mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/Hyjal): Anetheron dont cast sleep on tank (#18969)
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
|||||||
}).Schedule(25s, 32s, [this](TaskContext context)
|
}).Schedule(25s, 32s, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
Talk(SAY_SLEEP);
|
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);
|
context.Repeat(35s, 48s);
|
||||||
}).Schedule(30s, 48s, [this](TaskContext context)
|
}).Schedule(30s, 48s, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user