diff --git a/Projects/Server/Mobiles/Mobile.cs b/Projects/Server/Mobiles/Mobile.cs index 5d88b9d13..74484a327 100644 --- a/Projects/Server/Mobiles/Mobile.cs +++ b/Projects/Server/Mobiles/Mobile.cs @@ -6935,8 +6935,9 @@ public class Mobile : IHued, IComparable, ISpawnable, IObjectPropertyLis { Region.OnRegionChange(this, m_Region, newRegion); + var oldRegion = m_Region; m_Region = newRegion; - OnRegionChange(m_Region, newRegion); + OnRegionChange(oldRegion, newRegion); } }