mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -17,6 +17,12 @@ PetitionMgr::~PetitionMgr()
|
||||
{
|
||||
}
|
||||
|
||||
PetitionMgr* PetitionMgr::instance()
|
||||
{
|
||||
static PetitionMgr instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
void PetitionMgr::LoadPetitions()
|
||||
{
|
||||
uint32 oldMSTime = getMSTime();
|
||||
|
||||
Reference in New Issue
Block a user