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
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 8 / Little | Guid | group | |
0x08 | 4 / - | LfgUpdateFlag | flags |
If flags contains COMMENT
:
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x0C | - / - | CString | comment |
If flags contains ROLES
:
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 3 / - | u8[3] | roles | Emu just sets all to 0. |
- | 8 / Little | Guid | instance | |
- | 4 / Little | u32 | encounter_mask |
Used in: