SMSG CHARACTER LOGIN FAILED

From wowdev
Jump to navigation Jump to search

SMSG_CHARACTER_LOGIN_FAILED is a World Packet that is sent after a failed CMSG_PLAYER_LOGIN from the client. The client will send a CMSG_CHAR_ENUM and wait for a SMSG_CHAR_ENUM afterwards.

Packet Layout

SMSG Header
Offset Size / Endianness Type Name Description
0x0 2 / Big uint16 size Size of the packet including the opcode field.
Always 3.
0x2 2 / Little uint16 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x03C.


Packet
Offset Size / Endianness Type Name Description
0x0 1 / - uint8 reason An Account_Result_Values from the CHAR_LOGIN block.