mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#include "DBCStores.h"
|
||||
#include "Log.h"
|
||||
|
||||
Graveyard* Graveyard::instance()
|
||||
{
|
||||
static Graveyard instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
void Graveyard::LoadGraveyardFromDB()
|
||||
{
|
||||
uint32 oldMSTime = getMSTime();
|
||||
|
||||
Reference in New Issue
Block a user