mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -42,6 +42,12 @@ MapManager::~MapManager()
|
||||
{
|
||||
}
|
||||
|
||||
MapManager* MapManager::instance()
|
||||
{
|
||||
static MapManager instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
void MapManager::Initialize()
|
||||
{
|
||||
int num_threads(sWorld->getIntConfig(CONFIG_NUMTHREADS));
|
||||
|
||||
Reference in New Issue
Block a user