CMSG CHAR ENUM

From wowdev
Revision as of 16:39, 24 May 2021 by Deadbeef (talk | contribs) (Created page with "'''CMSG_CHAR_ENUM''' is a World Packet that requests a SMSG_CHAR_ENUM from the server. It is sent by the client after receiving a successful SMSG_AUTH_RESPONSE. I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CMSG_CHAR_ENUM is a World Packet that requests a SMSG_CHAR_ENUM from the server. It is sent by the client after receiving a successful SMSG_AUTH_RESPONSE.

It does not have body, so the size is always 4.

SMSG Header
Offset Size / Endianness Type Name Description
0x0 2 / Big uint16 size Size of the packet including the opcode field.
Always 4.
0x2 2 / Little uint16 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x037.