mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -45,6 +45,12 @@ LFGMgr::~LFGMgr()
|
||||
delete itr->second;
|
||||
}
|
||||
|
||||
LFGMgr* LFGMgr::instance()
|
||||
{
|
||||
static LFGMgr instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
void LFGMgr::_LoadFromDB(Field* fields, uint64 guid)
|
||||
{
|
||||
if (!fields)
|
||||
|
||||
Reference in New Issue
Block a user