mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/UtigardePinnacle): Skadi the Ruthless is not selectable when in Phase 2 (#23333)
This commit is contained in:
@@ -181,6 +181,7 @@ public:
|
||||
else if (param == ACTION_PHASE2)
|
||||
{
|
||||
SecondPhase = true;
|
||||
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
|
||||
events.ScheduleEvent(EVENT_SKADI_CRUSH, 8s);
|
||||
events.ScheduleEvent(EVENT_SKADI_SPEAR, 10s);
|
||||
events.ScheduleEvent(EVENT_SKADI_WHIRLWIND, 15s);
|
||||
|
||||
Reference in New Issue
Block a user