mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -243,6 +243,12 @@ TicketMgr::~TicketMgr()
|
||||
delete itr->second;
|
||||
}
|
||||
|
||||
TicketMgr* TicketMgr::instance()
|
||||
{
|
||||
static TicketMgr instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
void TicketMgr::Initialize() { SetStatus(sWorld->getBoolConfig(CONFIG_ALLOW_TICKETS)); }
|
||||
|
||||
void TicketMgr::ResetTickets()
|
||||
|
||||
Reference in New Issue
Block a user