CMD_XFER_ACCEPT

Protocol Version 2, Protocol Version 3, Protocol Version 5, Protocol Version 6, Protocol Version 7, Protocol Version 8

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/cmd_xfer.wowm:42.

clogin CMD_XFER_ACCEPT = 0x32 {
}

Login messages have a header of 1 byte with an opcode. Some messages also have a size field but this is not considered part of the header.

Login Header

OffsetSize / EndiannessTypeNameDescription
0x001 / -uint8opcodeOpcode that determines which fields the message contains.

Body

This message has no fields in the body.

Examples

Example 1

Comment

Client does not already have part of a file with the MD5 sent in CMD_XFER_INITIATE and it wants to download the entire file.

50, // opcode (50)