CMSG CHAR DELETE

From wowdev
Revision as of 23:28, 9 June 2021 by Deadbeef (talk | contribs) (Created page with "'''CMSG_CHAR_DELETE''' is a World Packet that is sent after the SMSG_CHAR_ENUM is received and the client attempts to delete a character. The client will wait for a ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CMSG_CHAR_DELETE is a World Packet that is sent after the SMSG_CHAR_ENUM is received and the client attempts to delete a character. The client will wait for a SMSG_CHAR_DELETE as confirmation.

Packet Layout

CMSG Header
Offset Size / Endianness Type Name Description
0x0 2 / Big uint16 size Size of the packet including the opcode field.
Always 12.
0x2 4 / Little uint32 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x0038.


Character Header
Offset Size / Endianness Type Name Description
0x0 8 / Little uint64 character_guid GUID of the character to be deleted. Sent to the client in SMSG_CHAR_ENUM.