We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80776d5 commit aace173Copy full SHA for aace173
1 file changed
WowPacketParserModule.V3_4_0_45166/Parsers/CombatHandler.cs
@@ -129,7 +129,7 @@ public static void HandlePvPCredit(Packet packet)
129
packet.ReadInt32("OriginalHonor");
130
packet.ReadInt32("Honor");
131
packet.ReadPackedGuid128("Target");
132
- packet.ReadInt32("Rank");
+ packet.ReadByte("Rank");
133
134
packet.ResetBitReader();
135
packet.ReadBit("ForceHonorable");
0 commit comments