LfgListGroup

Client Version 3.3.5

Wowm Representation

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

struct LfgListGroup {
    Guid group;
    LfgUpdateFlag flags;
    if (flags & COMMENT) {
        CString comment;
    }
    if (flags & ROLES) {
        u8[3] roles;
    }
    Guid instance;
    u32 encounter_mask;
}

Body

OffsetSize / EndiannessTypeNameComment
0x008 / LittleGuidgroup
0x084 / -LfgUpdateFlagflags

If flags contains COMMENT:

OffsetSize / EndiannessTypeNameComment
0x0C- / -CStringcomment

If flags contains ROLES:

OffsetSize / EndiannessTypeNameComment
-3 / -u8[3]rolesEmu just sets all to 0.
-8 / LittleGuidinstance
-4 / Littleu32encounter_mask

Used in: