Added placeholder for future change.

This commit is contained in:
lotodore
2007-10-12 16:04:00 +00:00
parent b833b05787
commit 13e32d0656
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -306,6 +306,8 @@ Server Reply: Player Info
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Player Flags | Player Name Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Reserved |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
\ Avatar MD5 (optional, 16 Bytes) /
| +
+1
View File
@@ -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