CMD AUTH RECONNECT CHALLENGE Server: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with " = Packet Layout = {| class="wikitable" |+ AuthReconnectionChallenge_Server ! Offset ! Size / Endianness ! Type ! Name ! Description |- !colspan="5"| Header |- | 0x0 || 1 / -...")
(No difference)

Revision as of 13:57, 21 May 2021

Packet Layout

AuthReconnectionChallenge_Server
Offset Size / Endianness Type Name Description
Header
0x0 1 / - uint8 command RECON_CHALL (0x2)
0x1 1 / - uint8 error The fields below are only included if this is SUCCESS (0x0).
Body
0x2 16 / Little char[16] challenge_data Random data, used as challenge data.
0x12 16 / - char[16] checksum_salt No longer used by client after 1.12. Can be all zeros.