fix(Scripts/Hyjal): Azgalor Rain of Fire should target non-player tar… (#18956)

fix(Scripts/Hyjal): Azgalor Rain of Fire should target non-player targets
This commit is contained in:
Andrew
2024-05-27 12:41:10 -03:00
committed by GitHub
parent 4f0c348fb6
commit 458eadd9e4

View File

@@ -60,7 +60,7 @@ public:
context.Repeat(8s, 16s);
}).Schedule(25s, [this](TaskContext context)
{
DoCastRandomTarget(SPELL_RAIN_OF_FIRE, 0, 40.f);
DoCastRandomTarget(SPELL_RAIN_OF_FIRE, 0, 40.f, false);
context.Repeat(15s);
}).Schedule(30s, [this](TaskContext context)
{