fix(Scripts/ZulGurub): resolved an issue with Venoxis Holy Wrath spell targeting (#24746)

This commit is contained in:
Nicolas Lebacq 2026-02-23 01:41:32 +01:00 committed by GitHub
parent af951de737
commit adc14d93b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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