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