mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
fix(Scripts/BlackTemple): Ensure root state is cleared on wipes (#20183)
This commit is contained in:
@@ -215,6 +215,7 @@ struct boss_illidan_stormrage : public BossAI
|
||||
me->LoadEquipment(EQUIPMENT_GLAIVES, true);
|
||||
me->SetStandState(UNIT_STAND_STATE_KNEEL);
|
||||
me->SetSheath(SHEATH_STATE_UNARMED);
|
||||
me->SetControlled(false, UNIT_STATE_ROOT);
|
||||
|
||||
ScheduleHealthCheckEvent(90, [&] {
|
||||
// Call for minions
|
||||
|
||||
Reference in New Issue
Block a user