SMSG CHAR DELETE

From wowdev
Jump to navigation Jump to search

SMSG_CHAR_DELETE is a World Packet that is sent after a CMSG_CHAR_DELETE from the client. The client will send a CMSG_CHAR_ENUM and wait for a SMSG_CHAR_ENUM afterwards.

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 0x03C.


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