mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user