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,