--- deliantra/Deliantra-Client/DC/UI/Inventory.pm 2007/12/26 21:03:21 1.4 +++ deliantra/Deliantra-Client/DC/UI/Inventory.pm 2008/05/05 20:22:03 1.5 @@ -49,8 +49,7 @@ $self->{sort} = $order ||= sub { sort { - $a->{type} <=> $b->{type} - or $a->{name} cmp $b->{name} + $b->{count} <=> $a->{count} } @_ };