mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +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...");
|
sLog.outString("Loading GameObjects for quests...");
|
||||||
sObjectMgr.LoadGameObjectForQuests();
|
sObjectMgr.LoadGameObjectForQuests();
|
||||||
|
|
||||||
sLog.outString("Loading BattleMasters...");
|
sLog.outString("Loading BattleMasters..Broken.");
|
||||||
sBattleGroundMgr.LoadBattleMastersEntry();
|
// TODO: Broken ATM
|
||||||
|
//sBattleGroundMgr.LoadBattleMastersEntry();
|
||||||
|
|
||||||
sLog.outString("Loading BattleGround event indexes...");
|
sLog.outString("Loading BattleGround event indexes...Broken");
|
||||||
sBattleGroundMgr.LoadBattleEventIndexes();
|
// TODO: Broken ATM
|
||||||
|
//sBattleGroundMgr.LoadBattleEventIndexes();
|
||||||
|
|
||||||
sLog.outString("Loading GameTeleports...");
|
sLog.outString("Loading GameTeleports...");
|
||||||
sObjectMgr.LoadGameTele();
|
sObjectMgr.LoadGameTele();
|
||||||
|
|
@ -1562,13 +1564,15 @@ void World::SetInitialWorldSettings()
|
||||||
sLog.outString();
|
sLog.outString();
|
||||||
|
|
||||||
///- Initialize Battlegrounds
|
///- Initialize Battlegrounds
|
||||||
sLog.outString("Starting BattleGround System");
|
sLog.outString("Starting BattleGround System... BROKEN");
|
||||||
sBattleGroundMgr.CreateInitialBattleGrounds();
|
// TODO: Fix these
|
||||||
sBattleGroundMgr.InitAutomaticArenaPointDistribution();
|
//sBattleGroundMgr.CreateInitialBattleGrounds();
|
||||||
|
//sBattleGroundMgr.InitAutomaticArenaPointDistribution();
|
||||||
|
|
||||||
///- Initialize Outdoor PvP
|
///- Initialize Outdoor PvP
|
||||||
sLog.outString("Starting Outdoor PvP System");
|
sLog.outString("Starting Outdoor PvP System ... BROKEN");
|
||||||
sOutdoorPvPMgr.InitOutdoorPvP();
|
// TODO: Fix these
|
||||||
|
//sOutdoorPvPMgr.InitOutdoorPvP();
|
||||||
|
|
||||||
// Not sure if this can be moved up in the sequence (with static data loading) as it uses MapManager
|
// Not sure if this can be moved up in the sequence (with static data loading) as it uses MapManager
|
||||||
sLog.outString("Loading Transports...");
|
sLog.outString("Loading Transports...");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue