fix(Scripts/BlackTemple): Adjust cast behavior for Supremus's charge. (#20173)
Init.
This commit is contained in:
parent
fede17f782
commit
a9080bef60
1 changed files with 2 additions and 1 deletions
|
|
@ -139,7 +139,8 @@ struct boss_supremus : public BossAI
|
|||
DoResetThreatList();
|
||||
me->AddThreat(target, 5000000.0f);
|
||||
Talk(EMOTE_NEW_TARGET);
|
||||
DoCastVictim(SPELL_CHARGE);
|
||||
if (target->IsWithinDist(me, 40))
|
||||
DoCast(target, SPELL_CHARGE);
|
||||
}
|
||||
|
||||
context.Repeat(10s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue