--- deliantra/server/ext/bank.ext 2008/04/10 15:35:16 1.5 +++ deliantra/server/ext/bank.ext 2008/05/02 16:16:02 1.6 @@ -135,10 +135,10 @@ if ($who->flag (cf::FLAG_WIZ) && $arguments =~ /\S/) { cf::async { if (my $player = cf::player::find $arguments) { - $who->contr->send_msg ( - $ext::chat::SAY_CHANNEL, "Nancy says: " . balance ($player->ob, 1), + $who->reply ($npc, + "Nancy says: " . balance ($player->ob, 1), cf::NDI_BROWN | cf::NDI_REPLY - ) if $who->contr; + ); } }; } else {