mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update RaidIccActions.cpp - (#1174)
Add logic to gracefully handle bots falling off platform during LK phase 2 fight
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user