We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec0c9c commit b9ac6dcCopy full SHA for b9ac6dc
WowPacketParserModule.V3_4_0_45166/Parsers/LfgHandler.cs
@@ -407,7 +407,7 @@ public static void HandleDFProposalResponse(Packet packet)
407
[Parser(Opcode.CMSG_DF_SET_ROLES, ClientVersionBuild.V3_4_4_59817)]
408
public static void HandleDFSetRoles(Packet packet)
409
{
410
- var hasPartyIndex = packet.ReadBit("HasPartyIndex");
+ var hasPartyIndex = packet.ReadBit();
411
packet.ReadByteE<LfgRoleFlag>("RolesDesired");
412
413
if (hasPartyIndex)
0 commit comments