parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -73,7 +73,7 @@ namespace Server.Items
|
|||
owner = box.Owner;
|
||||
}
|
||||
|
||||
if (owner?.Account == null || !owner.Account.DepositGold(Amount)) return;
|
||||
if (owner?.Account?.DepositGold(Amount) != true) return;
|
||||
|
||||
if (tradeInfo != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue