CMSG CHAR ENUM: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Replace SMSG_Header with CMSG_Header)
m (Replace categories with template)
 
Line 5: Line 5:
{{CMSG_Header|size=4|opcode=0x037}}
{{CMSG_Header|size=4|opcode=0x037}}


[[Category:Packet]]
{{CMSG_Categories}}
[[Category:World_Packets]]
[[Category:Login]]
[[Category:Packet/Login]]

Latest revision as of 16:48, 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.