Sync with 3.3.5a core

This commit is contained in:
Aokromes
2016-05-03 12:50:49 +02:00
parent 0ac5f4a440
commit 303082546b
67 changed files with 254 additions and 177 deletions

View File

@@ -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;