Skip to content

Commit 7c3df82

Browse files
committed
Fix 12.0 SMSG_SPELL_NON_MELEE_DAMAGE_LOG
1 parent 22656ad commit 7c3df82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WowPacketParserModule.V10_0_0_46181/Parsers/CombatLogHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ public static void HandleSpellNonMeleeDmgLog(Packet packet)
172172
packet.ReadInt32("Absorbed");
173173
packet.ReadInt32("Resisted");
174174
packet.ReadInt32("ShieldBlock");
175+
if (ClientVersion.AddedInVersion(ClientVersionBuild.V12_0_1_65818))
176+
packet.ReadInt32<SpellId>("ReflectingSpellID");
175177
if (ClientVersion.AddedInVersion(ClientVersionBuild.V11_2_5_63506))
176178
packet.ReadInt32E<AttackerStateFlags>("Flags");
177179
var worldTextViewersCount = packet.ReadUInt32("WorldTextViewersCount");

0 commit comments

Comments
 (0)