mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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