From 0f31b4fc9fe3ec2d7320ebaf35093a70fc4a6895 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 1 Feb 2024 10:13:39 -0500 Subject: [PATCH] Core/PacketIO: Fixed structure of SMSG_ITEM_PUSH_RESULT Port From (https://github.com/TrinityCore/TrinityCore/commit/ab2b5f68588ea8681232f7b16ae1f47a24062ff3) --- Source/Game/Networking/Packets/ItemPackets.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Game/Networking/Packets/ItemPackets.cs b/Source/Game/Networking/Packets/ItemPackets.cs index add7bf73a..ce206c43c 100644 --- a/Source/Game/Networking/Packets/ItemPackets.cs +++ b/Source/Game/Networking/Packets/ItemPackets.cs @@ -424,6 +424,7 @@ namespace Game.Networking.Packets _worldPacket.WriteBit(Pushed); _worldPacket.WriteBit(Created); + _worldPacket.WriteBit(Unused_1017); _worldPacket.WriteBits((uint)DisplayText, 3); _worldPacket.WriteBit(IsBonusRoll); _worldPacket.WriteBit(IsEncounterLoot); @@ -460,10 +461,10 @@ namespace Game.Networking.Packets public bool Pushed; public DisplayType DisplayText; public bool Created; + public bool Unused_1017; public bool IsBonusRoll; public bool IsEncounterLoot; - public enum DisplayType { Hidden = 0,