mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(Scripts/BlackTemple): Prevent further code execution if Illidan e… (#20292)
fix(Scripts/BlackTemple): Prevent further code execution if Illidan evades during air phase
This commit is contained in:
@@ -521,7 +521,10 @@ struct boss_illidan_stormrage : public BossAI
|
||||
// Check for Phase Transition
|
||||
scheduler.Schedule(5s, [this](TaskContext context) {
|
||||
if (!SelectTargetFromPlayerList(150.0f))
|
||||
{
|
||||
EnterEvadeMode(EVADE_REASON_NO_HOSTILES);
|
||||
return;
|
||||
}
|
||||
|
||||
summons.RemoveNotExisting();
|
||||
if (!summons.HasEntry(NPC_FLAME_OF_AZZINOTH))
|
||||
|
||||
Reference in New Issue
Block a user