CMSG SET SELECTION: Difference between revisions

From wowdev
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 21:20, 26 July 2021

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.