SMSG_CHAR_DELETE

Client Version 1.12

Response to CMSG_CHAR_DELETE.

The result of this message will update the client character screen without them sending another CMSG_CHAR_ENUM.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_char_delete.wowm:3.

smsg SMSG_CHAR_DELETE = 0x003C {
    WorldResult result;
}

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x022 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x041 / -WorldResultresult

Examples

Example 1

0, 3, // size
60, 0, // opcode (60)
57, // result: WorldResult CHAR_DELETE_SUCCESS (0x39)

Client Version 2.4.3

Response to CMSG_CHAR_DELETE.

The result of this message will update the client character screen without them sending another CMSG_CHAR_ENUM.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_char_delete.wowm:3.

smsg SMSG_CHAR_DELETE = 0x003C {
    WorldResult result;
}

Header

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x022 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x041 / -WorldResultresult

Client Version 3.3.5

Response to CMSG_CHAR_DELETE.

The result of this message will update the client character screen without them sending another CMSG_CHAR_ENUM.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_char_delete.wowm:3.

smsg SMSG_CHAR_DELETE = 0x003C {
    WorldResult result;
}

Header

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x022 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x041 / -WorldResultresult