fix(Scripts/UtigardePinnacle): Skadi the Ruthless is not selectable when in Phase 2 (#23333)

This commit is contained in:
Luca Folloni 2025-10-20 22:51:32 +02:00 committed by GitHub
parent d4211fde8d
commit 4670a9a3d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);