This commit is contained in:
mark 2010-12-12 06:20:49 +00:00
parent 9a7db21bd3
commit bb71524216

View file

@ -2095,7 +2095,9 @@ namespace Server.Mobiles
public override bool OnBeforeDeath()
{
NetState state = NetState;
state.CancelAllTrades();
if ( state != null )
state.CancelAllTrades();
DropHolding();