fix(Scripts/Hyjal): Azgalor doom shouldnt target tank MKII (#18964)

This commit is contained in:
Andrew
2024-05-28 14:55:28 -03:00
committed by GitHub
parent 46aed4dec7
commit 7692b709ac

View File

@@ -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)