Skip to content

Commit b9ac6dc

Browse files
committed
Remove unnecessary fieldname in CMSG_DF_SET_ROLES
1 parent dec0c9c commit b9ac6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParserModule.V3_4_0_45166/Parsers/LfgHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ public static void HandleDFProposalResponse(Packet packet)
407407
[Parser(Opcode.CMSG_DF_SET_ROLES, ClientVersionBuild.V3_4_4_59817)]
408408
public static void HandleDFSetRoles(Packet packet)
409409
{
410-
var hasPartyIndex = packet.ReadBit("HasPartyIndex");
410+
var hasPartyIndex = packet.ReadBit();
411411
packet.ReadByteE<LfgRoleFlag>("RolesDesired");
412412

413413
if (hasPartyIndex)

0 commit comments

Comments
 (0)