CMD_AUTH_RECONNECT_PROOF_Server is a Login Packet sent by the server after receiving a CMD_AUTH_RECONNECT_PROOF_Client. It is followed by a CMD_REALM_LIST_Client from the client.
Packet Layout
CMD_AUTH_RECONNECT_PROOF_Server
Offset
|
Size / Endianness
|
Type
|
Name
|
Description
|
0x0 |
1 / - |
uint8 |
command |
RECON_PROOF (0x3)
|
0x1 |
1 / - |
uint8 |
error |
Return 0 if the client calculated proof matches the server calculated proof.
|
0x2 |
4 / - |
uint16 |
unknown0 |
Mangos adds this for all versions ≥ . Statically set to 0. Possibly just padding.
|
Size
The size is always 2 bytes for ≤ and 6 bytes for ≥ .