mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(Scripts/BlackTemple): Adjust cast behavior for Supremus's charge. (#20173)
Init.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user