--- deliantra/server/ext/map_lib.ext 2006/12/17 22:02:55 1.1 +++ deliantra/server/ext/map_lib.ext 2006/12/17 22:16:52 1.2 @@ -62,9 +62,9 @@ }); if ($match) { $match->decrease_ob_nr ($cfg->{decrease_by_cnt}) if $cfg->{decrease_by_cnt}; - $pl->message ($cfg->{message_on_match}) if defined $cfg->{message_on_match}; + $pl->message ($cfg->{message_on_match}, cf::NDI_UNIQUE) if defined $cfg->{message_on_match}; } else { - $pl->message ($cfg->{message_on_nomatch}) if defined $cfg->{message_on_nomatch}; + $pl->message ($cfg->{message_on_nomatch}, cf::NDI_RED | cf::NDI_UNIQUE) if defined $cfg->{message_on_nomatch}; cf::override; } };