Core/NetworkIO: update SMSG_CHAR_ENUM and CMSG_PLAYER_LOGIN

This commit is contained in:
joschiwald
2014-10-31 14:47:56 +01:00
parent e9e1f5b018
commit 310c33d96f
10 changed files with 393 additions and 254 deletions

View File

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