mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
fix(Scripts/MagistersTerrace): Prevent Splitting Delrissa and Helpers on Aggro (#24560)
This commit is contained in:
@@ -129,6 +129,10 @@ struct boss_priestess_delrissa : public BossAI
|
||||
Talk(SAY_AGGRO);
|
||||
_JustEngagedWith();
|
||||
|
||||
// Prevent Splitting
|
||||
DoZoneInCombat();
|
||||
summons.DoZoneInCombat();
|
||||
|
||||
ScheduleTimedEvent(15s, [&] {
|
||||
if (Unit* target = DoSelectLowestHpFriendly(40.0f, 1000))
|
||||
DoCast(target, SPELL_FLASH_HEAL);
|
||||
|
||||
Reference in New Issue
Block a user