CMD AUTH RECONNECT PROOF Server

From wowdev
Revision as of 18:40, 21 May 2021 by Deadbeef (talk | contribs) (Created page with "= Packet Layout = {| class="wikitable" |+ CMD_AUTH_RECONNECT_PROOF_Server ! Offset ! Size / Endianness ! Type ! Name ! Description |- | 0x0 || 1 / - || uint8 || command || R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 after 1.12.3. Statically set to 0.
Possibly just padding.