From 8c2e30f913d02f4e1462ca355662f21d98a73875 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 9 Jan 2020 11:37:35 -0500 Subject: [PATCH] Core/PacketIO: Fixed SMSG_ATTACKER_STATE_UPDATE structure Port From (https://github.com/TrinityCore/TrinityCore/commit/78c1d057b49f4353b848d97fa62275c2f5422e7b) --- Source/Game/Network/Packets/CombatLogPackets.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Game/Network/Packets/CombatLogPackets.cs b/Source/Game/Network/Packets/CombatLogPackets.cs index 0d4422c3d..c3fe26e26 100644 --- a/Source/Game/Network/Packets/CombatLogPackets.cs +++ b/Source/Game/Network/Packets/CombatLogPackets.cs @@ -579,6 +579,7 @@ namespace Game.Network.Packets attackRoundInfo.WriteInt16(ContentTuning.PlayerLevelDelta); attackRoundInfo.WriteInt8(ContentTuning.TargetScalingLevelDelta); attackRoundInfo.WriteUInt16(ContentTuning.PlayerItemLevel); + attackRoundInfo.WriteUInt16(ContentTuning.TargetItemLevel); attackRoundInfo.WriteUInt16(ContentTuning.ScalingHealthItemLevelCurveID); attackRoundInfo.WriteUInt8((byte)(ContentTuning.ScalesWithItemLevel ? 1 : 0));