CMSG SET SELECTION

From wowdev
Revision as of 21:20, 26 July 2021 by Deadbeef (talk | contribs) (Created page with "'''CMSG_SET_SELECTION''' is a World Packet that is sent whenever the client changes targets. = Packet Layout = {{CMSG_Header|opcode=0x013D|size=12}} {| class="wikitable...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CMSG_SET_SELECTION is a World Packet that is sent whenever the client changes targets.

Packet Layout

CMSG Header
Offset Size / Endianness Type Name Description
0x0 2 / Big uint16 size Size of the packet including the opcode field.
Always 12.
0x2 4 / Little uint32 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x013D.


Body
Offset Size / Endianness Type Name Description
0x0 8 / Little uint64 character_guid GUID of the target.