CMSG CHAR ENUM

From wowdev
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.

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