Update RaidIccActions.cpp - (#1174)

Add logic to gracefully handle bots falling off platform during LK phase 2 fight
This commit is contained in:
tomcoffingiii
2025-04-07 05:05:52 -04:00
committed by GitHub
parent 3d743ccab3
commit 2fced71069

View File

@@ -3222,6 +3222,9 @@ bool IccLichKingAddsAction::Execute(Event event)
return true;
}
}
if (!boss)
return false;
bool hasWinterAura = boss->HasAura(72259) || boss->HasAura(74273) || boss->HasAura(74274) || boss->HasAura(74275);
bool hasWinter2Aura = boss->HasAura(68981) || boss->HasAura(74270) || boss->HasAura(74271) || boss->HasAura(74272);