mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
Sync with 3.3.5a core
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
#include "Opcodes.h"
|
||||
#include "Log.h"
|
||||
|
||||
AddonHandler* AddonHandler::instance()
|
||||
{
|
||||
static AddonHandler instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
bool AddonHandler::BuildAddonPacket(WorldPacket* source, WorldPacket* target)
|
||||
{
|
||||
ByteBuffer AddOnPacked;
|
||||
|
||||
Reference in New Issue
Block a user