Core/Battlegrounds: Replace manual criteria timer starts in battlegrounds with new GameEvents api
Port From (https://github.com/TrinityCore/TrinityCore/commit/111fc6ac6fd703bb645046e7a477a986d8519a64)
This commit is contained in:
@@ -193,7 +193,7 @@ namespace Game.BattleGrounds.Zones
|
||||
SpawnBGObject(WSGObjectTypes.DoorH4, BattlegroundConst.RespawnOneDay);
|
||||
|
||||
// players joining later are not eligibles
|
||||
StartCriteriaTimer(CriteriaStartEvent.SendEvent, 8563);
|
||||
TriggerGameEvent( 8563);
|
||||
}
|
||||
|
||||
public override void AddPlayer(Player player)
|
||||
|
||||
Reference in New Issue
Block a user