This commit is contained in:
parent
9a7db21bd3
commit
bb71524216
1 changed files with 3 additions and 1 deletions
|
|
@ -2095,7 +2095,9 @@ namespace Server.Mobiles
|
|||
public override bool OnBeforeDeath()
|
||||
{
|
||||
NetState state = NetState;
|
||||
state.CancelAllTrades();
|
||||
|
||||
if ( state != null )
|
||||
state.CancelAllTrades();
|
||||
|
||||
DropHolding();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue