--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/28 17:15:34 1.45 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/28 21:17:01 1.46 @@ -525,7 +525,7 @@ $::FLOORBOX->clear; my $row; - for (@{ $::CONN->{container}{0} }) { + for (sort { $a->{count} <=> $b->{count} } values %{ $::CONN->{container}{0} }) { if ($row < 6) { local $_->{face_widget}; # hack to force recreation of widget local $_->{desc_widget}; # hack to force recreation of widget