mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(Scripts/ZulGurub): resolved an issue with Venoxis Holy Wrath spell targeting (#24746)
This commit is contained in:
@@ -123,7 +123,7 @@ public:
|
||||
context.Repeat(25s, 30s);
|
||||
}).Schedule(15s, 25s, PHASE_ONE, [this](TaskContext context)
|
||||
{
|
||||
DoCastRandomTarget(SPELL_HOLY_WRATH);
|
||||
DoCastMaxThreat(SPELL_HOLY_WRATH, 0, 100.0f, true);
|
||||
context.Repeat(12s, 22s);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user