From defd13197071f4fe3975183ca67e4e8fabee8fad Mon Sep 17 00:00:00 2001 From: Spp Date: Thu, 20 May 2010 23:35:27 +0200 Subject: Dungeon Finder: Initial setup and dungeon listing --HG-- branch : trunk --- src/game/World.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/World.cpp') 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(); -- cgit v1.2.3