fix(Scripts/Hyjal): Anetheron cast Carrion Swarm on non player targets (#19005)
This commit is contained in:
parent
8256d3cb55
commit
8ee980e4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public:
|
|||
|
||||
scheduler.Schedule(20s, 28s, [this](TaskContext context)
|
||||
{
|
||||
if (DoCastRandomTarget(SPELL_CARRION_SWARM, 0, 60.f) == SPELL_CAST_OK)
|
||||
if (DoCastRandomTarget(SPELL_CARRION_SWARM, 0, 60.f, false) == SPELL_CAST_OK)
|
||||
Talk(SAY_SWARM);
|
||||
context.Repeat(10s, 15s);
|
||||
}).Schedule(25s, 32s, [this](TaskContext context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue