SMSG CHAR RENAME

From wowdev
Revision as of 21:18, 19 June 2021 by Deadbeef (talk | contribs) (Created page with "'''SMSG_CHAR_DELETE''' is a World Packet that is sent after a CMSG_CHAR_RENAME from the client. The client will rename the character in place but will not send a CMS...")
(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_RENAME from the client. The client will rename the character in place but will not 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.
0x2 2 / Little uint16 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x2C8.


Body
Offset Size / Endianness Type Name Description
0x0 1 / - uint8 result An Account_Result_Values from the CHAR_DELETE block. The next fields are only there if this is RESPONSE_SUCCESS (0).
0x1 8 / Little uint64 character_guid GUID of the character that has been renamed.
0x0 - / Big uint8[] character_name Null terminated string. Name of the character.