Skip to content

Commit

Permalink
Fix 4.4.1 SMSG_GUILD_ROSTER
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Nov 5, 2024
1 parent 78b2f36 commit 60bc206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WowPacketParserModule.V4_4_0_54481/Parsers/GuildHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public static void ReadGuildRosterMemberData(Packet packet, params object[] idx)
var officersNoteLen = packet.ReadBits(8);

packet.ReadBit("Authenticated", idx);
packet.ReadBit("SorEligible", idx);
if (ClientVersion.RemovedInVersion(ClientVersionBuild.V4_4_1_57294))
packet.ReadBit("SorEligible", idx);

Substructures.MythicPlusHandler.ReadDungeonScoreSummary(packet, idx, "DungeonScoreSummary");

Expand Down

0 comments on commit 60bc206

Please sign in to comment.