--- deliantra/server/ext/bank.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/bank.ext 2007/01/07 02:39:14 1.2 @@ -152,7 +152,7 @@ if ($cmd eq "balance") { if ($who->flag (cf::FLAG_WIZ)) { - if (my $player = cf::player::find $arguments) { + if (my $player = cf::player::find_active $arguments) { $who->reply ($npc, balance $player->ob, 1); } } else {