mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04: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