Core/GameObject: Update spawn conditions when new ControlZone event is triggered (#29349)
This commit is contained in:
@@ -776,6 +776,7 @@ public:
|
||||
if (eventId <= 0)
|
||||
return;
|
||||
|
||||
_owner.GetMap()->UpdateSpawnGroupConditions();
|
||||
GameEvents::Trigger(eventId, &_owner, nullptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user