diff --git a/Projects/Server/Mobiles/Mobile.cs b/Projects/Server/Mobiles/Mobile.cs index ff51af026f..e93aac4be7 100644 --- a/Projects/Server/Mobiles/Mobile.cs +++ b/Projects/Server/Mobiles/Mobile.cs @@ -8436,6 +8436,8 @@ public virtual void AddStatMod(StatMod mod) return; } + mod.Owner = this; + _statMods ??= new List(); _statMods.Add(mod); Delta(MobileDelta.Stat | GetStatDelta(mod.Type));