~ruther/NosSmooth

2246620a2014d0ac0411a972f85eff142fe15531 — NotKappa 2 years ago a8ea724
Pass OwnerId from DropPacket to GroundItem
1 files changed, 1 insertions(+), 1 deletions(-)

M Core/NosSmooth.Game/PacketHandlers/Map/DropResponder.cs
M Core/NosSmooth.Game/PacketHandlers/Map/DropResponder.cs => Core/NosSmooth.Game/PacketHandlers/Map/DropResponder.cs +1 -1
@@ 65,7 65,7 @@ public class DropResponder : IPacketResponder<DropPacket>
            Id = packet.DropId,
            IsQuestRelated = packet.IsQuestRelated,
            ItemInfo = itemInfo,
            OwnerId = null,
            OwnerId = packet.OwnerId,
            Position = new Position
            (
                packet.X,

Do not follow this link