diff options
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index e6c3ebb974f..684ec7b970a 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -69,6 +69,7 @@ #include "ProgressBar.h" #include "ScriptMgr.h" #include "AddonMgr.h" +#include "LFGMgr.h" INSTANTIATE_SINGLETON_1(World); @@ -1667,6 +1668,10 @@ void World::SetInitialWorldSettings() sLog.outString("Loading World States..."); // must be loaded before battleground and outdoor PvP LoadWorldStates(); + ///- Initialize Looking For Group + sLog.outString("Starting Looking For Group System"); + sLFGMgr.InitLFG(); + ///- Initialize Battlegrounds sLog.outString("Starting BattleGround System"); sBattleGroundMgr.CreateInitialBattleGrounds(); |
