fix(Scripts/Omen): Giant Spotlight NPC should be not selectable. (#10198)

Fixes #10085
This commit is contained in:
UltraNix
2022-01-23 00:15:50 +01:00
committed by GitHub
parent 6c50fa60e6
commit fa6e9818fb

View File

@@ -671,6 +671,7 @@ public:
{
events.Reset();
events.ScheduleEvent(EVENT_DESPAWN, 5 * MINUTE * IN_MILLISECONDS);
me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
}
void UpdateAI(uint32 diff) override