fix(Scripts/Hyjal): Azgalor doom shouldnt target tank MKII (#18964)
This commit is contained in:
parent
46aed4dec7
commit
7692b709ac
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public:
|
|||
context.Repeat(18s, 20s);
|
||||
}).Schedule(45s, 55s, [this](TaskContext context)
|
||||
{
|
||||
DoCastRandomTarget(SPELL_DOOM, 0, 100.f, true, false, false);
|
||||
DoCastRandomTarget(SPELL_DOOM, 1, 100.f, true, false, false);
|
||||
Talk(SAY_DOOM);
|
||||
context.Repeat();
|
||||
}).Schedule(10min, [this](TaskContext context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue