--- deliantra/server/ext/bank.ext 2010/03/09 14:48:17 1.10 +++ deliantra/server/ext/bank.ext 2017/01/29 02:47:04 1.11 @@ -91,7 +91,7 @@ return "You can not $action negative values."; } - # Here we handle the transactions + # Here we handle the transactions if ($action eq "deposit") { if ($who->pay_amount ($pay)) { $who->{bank_balance} += $pay;