CMD REALM LIST Client

From wowdev
Revision as of 18:06, 31 May 2021 by Deadbeef (talk | contribs) (Add more explanation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CMD_REALM_LIST_Client is a Login Packet sent by the client after a successful CMD_AUTH_LOGON_PROOF_Server is received. The server responds with a CMD_REALM_LIST_Server.

Packet Layout

RealmList_Client
Offset Size / Endianness Type Name Description
0x0 1 / - uint8 opcode 0x10 for CMD_REALM_LIST
0x1 4 / - uint32 padding Hardcoded to 0 in the client.

Size

The size is always 5 bytes.