fix(Scripts/ZulGurub): resolved an issue with Venoxis Holy Wrath spell targeting (#24746)
This commit is contained in:
parent
af951de737
commit
adc14d93b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue