--- deliantra/server/ext/map_lib.ext 2008/02/02 17:38:36 1.5 +++ deliantra/server/ext/map_lib.ext 2008/04/21 06:35:26 1.6 @@ -61,7 +61,7 @@ $match = $ob; }); if ($match) { - $match->decrease_ob_nr ($cfg->{decrease_by_cnt}) if $cfg->{decrease_by_cnt}; + $match->decrease ($cfg->{decrease_by_cnt}) if $cfg->{decrease_by_cnt}; $pl->message ($cfg->{message_on_match}, cf::NDI_UNIQUE) if defined $cfg->{message_on_match}; } else { $pl->message ($cfg->{message_on_nomatch}, cf::NDI_RED | cf::NDI_UNIQUE) if defined $cfg->{message_on_nomatch};