Skip to content

Commit 0ddc689

Browse files
committed
Use correct ReadAttackRoundInfo
1 parent fe0b0a5 commit 0ddc689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParserModule.V3_4_0_45166/Parsers/CombatLogHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ public static void HandleAttackswingLandedLog(Packet packet)
569569

570570
packet.ReadInt32("Size");
571571

572-
ReadAttackRoundInfo(packet, "AttackRoundInfo");
572+
ReadAttackRoundInfo344(packet, "AttackRoundInfo");
573573
}
574574
}
575575
}

0 commit comments

Comments
 (0)