--- deliantra/Deliantra-Client/DC/MapWidget.pm 2006/04/24 11:54:26 1.14 +++ deliantra/Deliantra-Client/DC/MapWidget.pm 2006/04/24 13:01:13 1.15 @@ -322,7 +322,7 @@ for (@$command) { if ($_->[0] =~ $search_abbrev) { push @found, [$_->[0], $_]; - } elsif ($_[1] =~ $search_full) { + } elsif ($_->[1] =~ $search_full) { push @found, [$_->[1], $_]; } }