mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -18,6 +18,12 @@ AddonHandler::~AddonHandler()
|
||||
{
|
||||
}
|
||||
|
||||
AddonHandler* AddonHandler::instance()
|
||||
{
|
||||
static AddonHandler instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
bool AddonHandler::BuildAddonPacket(WorldPacket* Source, WorldPacket* Target)
|
||||
{
|
||||
ByteBuffer AddOnPacked;
|
||||
|
||||
Reference in New Issue
Block a user