From b1fc7cd4605b9140783860e758ee8cd3b010e390 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:17:25 -0700 Subject: [PATCH] Apply suggestion from @kamronbatman --- Projects/Server/Mobiles/Mobile.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Projects/Server/Mobiles/Mobile.cs b/Projects/Server/Mobiles/Mobile.cs index 69b57beee..6755c244b 100644 --- a/Projects/Server/Mobiles/Mobile.cs +++ b/Projects/Server/Mobiles/Mobile.cs @@ -5248,12 +5248,7 @@ public partial class Mobile : IHued, IComparable, ISpawnable, IObjectPro item.Name = oldItem.Name; item.Weight = oldItem.Weight; - // Splitting a stack must not change what either half is. This copies a fixed list of - // fields rather than going through Dupe/CopyProperties, so anything omitted here is - // silently dropped on the new half -- for PlayerConstructed that would mean dragging - // part of a pile off is enough to strip its provenance. item.PlayerConstructed = oldItem.PlayerConstructed; - item.Amount = oldAmount - amount; item.Map = oldItem.Map;