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);
|
Talk(SAY_AGGRO);
|
||||||
_JustEngagedWith();
|
_JustEngagedWith();
|
||||||
|
|
||||||
|
// Prevent Splitting
|
||||||
|
DoZoneInCombat();
|
||||||
|
summons.DoZoneInCombat();
|
||||||
|
|
||||||
ScheduleTimedEvent(15s, [&] {
|
ScheduleTimedEvent(15s, [&] {
|
||||||
if (Unit* target = DoSelectLowestHpFriendly(40.0f, 1000))
|
if (Unit* target = DoSelectLowestHpFriendly(40.0f, 1000))
|
||||||
DoCast(target, SPELL_FLASH_HEAL);
|
DoCast(target, SPELL_FLASH_HEAL);
|
||||||
|
|||||||
Reference in New Issue
Block a user