SMSG_UPDATE_LFG_LIST

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/lfg/smsg_update_lfg_list.wowm:107.

smsg SMSG_UPDATE_LFG_LIST = 0x0360 {
    (u32)LfgType lfg_type;
    u32 dungeon_id;
    LfgListUpdateType update_type;
    if (update_type == PARTIAL) {
        u32 amount_of_deleted_guids;
        Guid[amount_of_deleted_guids] deleted_guids;
    }
    u32 amount_of_groups;
    u32 unknown1;
    LfgListGroup[amount_of_groups] groups;
    u32 amount_of_players;
    u32 unknown2;
    LfgListPlayer[amount_of_players] players;
}

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 OR 3 / Biguint16 OR uint16+uint8sizeSize of the rest of the message including the opcode field but not including the size field. Wrath server messages can be 3 bytes. If the first (most significant) size byte has 0x80 set, the header will be 3 bytes, otherwise it is 2.
-2 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
-4 / -LfgTypelfg_type
-4 / Littleu32dungeon_id
-1 / -LfgListUpdateTypeupdate_type

If update_type is equal to PARTIAL:

OffsetSize / EndiannessTypeNameComment
-4 / Littleu32amount_of_deleted_guids
-? / -Guid[amount_of_deleted_guids]deleted_guids
-4 / Littleu32amount_of_groups
-4 / Littleu32unknown1emus set to 0.
-? / -LfgListGroup[amount_of_groups]groups
-4 / Littleu32amount_of_players
-4 / Littleu32unknown2emus set to 0.
-? / -LfgListPlayer[amount_of_players]players