fix(Scripts/UtigardePinnacle): Skadi the Ruthless is not selectable when in Phase 2 (#23333)
This commit is contained in:
parent
d4211fde8d
commit
4670a9a3d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue