CMSG CHAR ENUM: Difference between revisions

From wowdev
Jump to navigation Jump to search
(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...")
 
m (Replace SMSG_Header with CMSG_Header)
Line 3: Line 3:
It does not have body, so the size is always 4.
It does not have body, so the size is always 4.


{{SMSG_Header|size=4|opcode=0x037}}
{{CMSG_Header|size=4|opcode=0x037}}


[[Category:Packet]]
[[Category:Packet]]

Revision as of 16:39, 24 May 2021

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.