Core/PacketIO: Refactored building SMSG_UPDATE_OBJECT to append directly to final buffer and removed UpdateMask class

This commit is contained in:
Shauren
2016-07-10 00:11:19 +02:00
parent dd20865cd7
commit a78aa3cf4e
19 changed files with 141 additions and 318 deletions

View File

@@ -24,7 +24,6 @@
#include "World.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "UpdateMask.h"
#include "NPCHandler.h"
#include "MapManager.h"
#include "QueryPackets.h"