diff --git a/Scripts/Mobiles/PlayerMobile.cs b/Scripts/Mobiles/PlayerMobile.cs index 412b7661d..692569b17 100644 --- a/Scripts/Mobiles/PlayerMobile.cs +++ b/Scripts/Mobiles/PlayerMobile.cs @@ -2095,7 +2095,9 @@ namespace Server.Mobiles public override bool OnBeforeDeath() { NetState state = NetState; - state.CancelAllTrades(); + + if ( state != null ) + state.CancelAllTrades(); DropHolding();