SMSG CHAR DELETE

From wowdev
Revision as of 23:37, 9 June 2021 by Deadbeef (talk | contribs) (Created page with "'''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_EN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.