Added placeholder for future change.
This commit is contained in:
@@ -306,6 +306,8 @@ Server Reply: Player Info
|
|||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
| Player Flags | Player Name Length |
|
| Player Flags | Player Name Length |
|
||||||
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
|
| Reserved |
|
||||||
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
| |
|
| |
|
||||||
\ Avatar MD5 (optional, 16 Bytes) /
|
\ Avatar MD5 (optional, 16 Bytes) /
|
||||||
| +
|
| +
|
||||||
|
|||||||
@@ -250,6 +250,7 @@ struct GCC_PACKED NetPacketPlayerInfoData
|
|||||||
u_int32_t playerId;
|
u_int32_t playerId;
|
||||||
u_int16_t playerFlags;
|
u_int16_t playerFlags;
|
||||||
u_int16_t playerNameLength;
|
u_int16_t playerNameLength;
|
||||||
|
u_int32_t reserved;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct GCC_PACKED NetPacketUnknownPlayerIdData
|
struct GCC_PACKED NetPacketUnknownPlayerIdData
|
||||||
|
|||||||
Reference in New Issue
Block a user