fix: Fixes issue with duping items and serialization, and sector lists. (#1662)
This commit is contained in:
parent
497ea87943
commit
3812a783ca
6 changed files with 32 additions and 53 deletions
|
|
@ -7272,6 +7272,7 @@ public partial class Mobile : IHued, IComparable<Mobile>, ISpawnable, IObjectPro
|
|||
}
|
||||
|
||||
m_Location = newLocation;
|
||||
m_Map?.OnMove(oldLocation, this);
|
||||
UpdateRegion();
|
||||
|
||||
var box = FindBankNoCreate();
|
||||
|
|
@ -7283,8 +7284,6 @@ public partial class Mobile : IHued, IComparable<Mobile>, ISpawnable, IObjectPro
|
|||
|
||||
m_NetState?.ValidateAllTrades();
|
||||
|
||||
m_Map?.OnMove(oldLocation, this);
|
||||
|
||||
if (isTeleport && m_NetState != null && (!m_NetState.HighSeas || !NoMoveHS))
|
||||
{
|
||||
m_NetState.Sequence = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue