fix(Scripts/Hyjal): Azgalor Doom should not be cast on the MT (#18738)

This commit is contained in:
Andrew
2024-04-14 08:30:27 -03:00
committed by GitHub
parent 4294525084
commit a8471d0f87
3 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ public:
context.Repeat(18s, 20s);
}).Schedule(45s, 55s, [this](TaskContext context)
{
DoCastRandomTarget(SPELL_DOOM, 0, 100.f);
DoCastRandomTarget(SPELL_DOOM, 0, 100.f, true, false, false);
Talk(SAY_DOOM);
context.Repeat();
}).Schedule(10min, [this](TaskContext context)