Skip to content

Commit aace173

Browse files
committed
Update 3.4.4 SMSG_PVP_CREDIT
1 parent 80776d5 commit aace173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WowPacketParserModule.V3_4_0_45166/Parsers/CombatHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public static void HandlePvPCredit(Packet packet)
129129
packet.ReadInt32("OriginalHonor");
130130
packet.ReadInt32("Honor");
131131
packet.ReadPackedGuid128("Target");
132-
packet.ReadInt32("Rank");
132+
packet.ReadByte("Rank");
133133

134134
packet.ResetBitReader();
135135
packet.ReadBit("ForceHonorable");

0 commit comments

Comments
 (0)