We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22656ad commit 7c3df82Copy full SHA for 7c3df82
1 file changed
WowPacketParserModule.V10_0_0_46181/Parsers/CombatLogHandler.cs
@@ -172,6 +172,8 @@ public static void HandleSpellNonMeleeDmgLog(Packet packet)
172
packet.ReadInt32("Absorbed");
173
packet.ReadInt32("Resisted");
174
packet.ReadInt32("ShieldBlock");
175
+ if (ClientVersion.AddedInVersion(ClientVersionBuild.V12_0_1_65818))
176
+ packet.ReadInt32<SpellId>("ReflectingSpellID");
177
if (ClientVersion.AddedInVersion(ClientVersionBuild.V11_2_5_63506))
178
packet.ReadInt32E<AttackerStateFlags>("Flags");
179
var worldTextViewersCount = packet.ReadUInt32("WorldTextViewersCount");
0 commit comments