mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Temp Disable BG Loading
This commit is contained in:
parent
6621d820ca
commit
ff99651246
1 changed files with 14 additions and 10 deletions
|
|
@ -1427,11 +1427,13 @@ void World::SetInitialWorldSettings()
|
|||
sLog.outString("Loading GameObjects for quests...");
|
||||
sObjectMgr.LoadGameObjectForQuests();
|
||||
|
||||
sLog.outString("Loading BattleMasters...");
|
||||
sBattleGroundMgr.LoadBattleMastersEntry();
|
||||
sLog.outString("Loading BattleMasters..Broken.");
|
||||
// TODO: Broken ATM
|
||||
//sBattleGroundMgr.LoadBattleMastersEntry();
|
||||
|
||||
sLog.outString("Loading BattleGround event indexes...");
|
||||
sBattleGroundMgr.LoadBattleEventIndexes();
|
||||
sLog.outString("Loading BattleGround event indexes...Broken");
|
||||
// TODO: Broken ATM
|
||||
//sBattleGroundMgr.LoadBattleEventIndexes();
|
||||
|
||||
sLog.outString("Loading GameTeleports...");
|
||||
sObjectMgr.LoadGameTele();
|
||||
|
|
@ -1562,13 +1564,15 @@ void World::SetInitialWorldSettings()
|
|||
sLog.outString();
|
||||
|
||||
///- Initialize Battlegrounds
|
||||
sLog.outString("Starting BattleGround System");
|
||||
sBattleGroundMgr.CreateInitialBattleGrounds();
|
||||
sBattleGroundMgr.InitAutomaticArenaPointDistribution();
|
||||
sLog.outString("Starting BattleGround System... BROKEN");
|
||||
// TODO: Fix these
|
||||
//sBattleGroundMgr.CreateInitialBattleGrounds();
|
||||
//sBattleGroundMgr.InitAutomaticArenaPointDistribution();
|
||||
|
||||
///- Initialize Outdoor PvP
|
||||
sLog.outString("Starting Outdoor PvP System");
|
||||
sOutdoorPvPMgr.InitOutdoorPvP();
|
||||
sLog.outString("Starting Outdoor PvP System ... BROKEN");
|
||||
// TODO: Fix these
|
||||
//sOutdoorPvPMgr.InitOutdoorPvP();
|
||||
|
||||
// Not sure if this can be moved up in the sequence (with static data loading) as it uses MapManager
|
||||
sLog.outString("Loading Transports...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue