From 13e32d0656954f82d80066a3e28c5b02be27a6a4 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 12 Oct 2007 16:04:00 +0000 Subject: [PATCH] Added placeholder for future change. --- docs/net_protocol.txt | 2 ++ src/net/common/netpacket.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/net_protocol.txt b/docs/net_protocol.txt index 2b13c3ea..9f9bde14 100644 --- a/docs/net_protocol.txt +++ b/docs/net_protocol.txt @@ -306,6 +306,8 @@ Server Reply: Player Info +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Player Flags | Player Name Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Reserved | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | \ Avatar MD5 (optional, 16 Bytes) / | + diff --git a/src/net/common/netpacket.cpp b/src/net/common/netpacket.cpp index 400b6b39..fe831616 100644 --- a/src/net/common/netpacket.cpp +++ b/src/net/common/netpacket.cpp @@ -250,6 +250,7 @@ struct GCC_PACKED NetPacketPlayerInfoData u_int32_t playerId; u_int16_t playerFlags; u_int16_t playerNameLength; + u_int32_t reserved; }; struct GCC_PACKED NetPacketUnknownPlayerIdData