CMD_AUTH_RECONNECT_PROOF_Server

Protocol Version 2

Reply to CMD_AUTH_RECONNECT_PROOF_Client.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/cmd_auth_reconnect/proof_server.wowm:2.

slogin CMD_AUTH_RECONNECT_PROOF_Server = 0x03 {
    LoginResult result;
}

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

OffsetSize / EndiannessTypeNameComment
0x011 / -LoginResultresult

Examples

Example 1

3, // opcode (3)
0, // result: LoginResult SUCCESS (0x00)

Example 2

3, // opcode (3)
14, // result: LoginResult SUCCESS_SURVEY (0x0E)

Example 3

3, // opcode (3)
14, // result: LoginResult SUCCESS_SURVEY (0x0E)

Protocol Version 5, Protocol Version 6, Protocol Version 7

Reply to CMD_AUTH_RECONNECT_PROOF_Client.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/cmd_auth_reconnect/proof_server.wowm:27.

slogin CMD_AUTH_RECONNECT_PROOF_Server = 0x03 {
    LoginResult result;
    u16 padding = 0;
}

Header

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

OffsetSize / EndiannessTypeNameComment
0x011 / -LoginResultresult
0x022 / Littleu16padding

Examples

Example 1

3, // opcode (3)
0, // result: LoginResult SUCCESS (0x00)
0, 0, // padding: u16

Protocol Version 8

Reply to CMD_AUTH_RECONNECT_PROOF_Client.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/cmd_auth_reconnect/proof_server.wowm:45.

slogin CMD_AUTH_RECONNECT_PROOF_Server = 0x03 {
    LoginResult result;
    u16 padding = 0;
}

Header

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

OffsetSize / EndiannessTypeNameComment
0x011 / -LoginResultresult
0x022 / Littleu16padding

Examples

Example 1

3, // opcode (3)
0, // result: LoginResult SUCCESS (0x00)
0, 0, // padding: u16

Example 2

3, // opcode (3)
16, // result: LoginResult FAIL_LOCKED_ENFORCED (0x10)
0, 0, // padding: u16