mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -26,6 +26,12 @@ ArenaTeamMgr::~ArenaTeamMgr()
|
||||
delete itr->second;
|
||||
}
|
||||
|
||||
ArenaTeamMgr* ArenaTeamMgr::instance()
|
||||
{
|
||||
static ArenaTeamMgr instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
// Arena teams collection
|
||||
ArenaTeam* ArenaTeamMgr::GetArenaTeamById(uint32 arenaTeamId) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user