Core/Packets: updated some channel moderation packets

- synch opcodes with wpp
This commit is contained in:
joschiwald
2015-01-02 02:20:40 +01:00
parent ccc293931d
commit a4afd80479
22 changed files with 435 additions and 542 deletions

View File

@@ -16,7 +16,3 @@
*/
#include "Packet.h"
WorldPackets::ServerPacket::ServerPacket(OpcodeServer opcode, size_t initialSize /*= 200*/) : Packet(WorldPacket(opcode, initialSize))
{
}