mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/BlackTemple): Reset Illidan combat movement (#20276)
This commit is contained in:
@@ -216,6 +216,7 @@ struct boss_illidan_stormrage : public BossAI
|
||||
me->SetStandState(UNIT_STAND_STATE_KNEEL);
|
||||
me->SetSheath(SHEATH_STATE_UNARMED);
|
||||
me->SetControlled(false, UNIT_STATE_ROOT);
|
||||
me->SetCombatMovement(true);
|
||||
|
||||
ScheduleHealthCheckEvent(90, [&] {
|
||||
// Call for minions
|
||||
|
||||
Reference in New Issue
Block a user