Eluna fix build

This commit is contained in:
Rochet2
2014-04-25 13:16:13 +03:00
committed by Foereaper
parent 404cbf3d11
commit c998575221
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ typedef std::set<std::string> ScriptPaths;
#undef sObjectAccessor
#define sWorld (&MaNGOS::Singleton<World>::Instance())
#define sMapMgr (&MapManager::Instance())
#define SConfigMgr (&MaNGOS::Singleton<Config>::Instance())
#define sConfigMgr (&MaNGOS::Singleton<Config>::Instance())
#define sGuildMgr (&MaNGOS::Singleton<GuildMgr>::Instance())
#define sObjectMgr (&MaNGOS::Singleton<ObjectMgr>::Instance())
#define sAccountMgr (&MaNGOS::Singleton<AccountMgr>::Instance())