SMSG CHAR CREATE

From wowdev
Jump to navigation Jump to search

SMSG_CHAR_CREATE is a World Packet that is sent after a CMSG_CHAR_CREATE from the client. Afterwards the client will send a CMSG_CHAR_ENUM.

Packet Layout

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


Character Header

Character Header
Offset Size / Endianness Type Name Description
0x0 1 / - uint8 result An Account_Result_Values from the CHAR_ block.