--- deliantra/Deliantra/Deliantra.pm 2006/03/12 23:21:53 1.37 +++ deliantra/Deliantra/Deliantra.pm 2006/03/12 23:22:48 1.38 @@ -366,7 +366,8 @@ [ $_, - map exists $attr->{$_} && !ignore{$_} ? [$_ => delete $attr->{$_}] : (), + map exists $attr->{$_} && !$ignore{$_} + ? [$_ => delete $attr->{$_}] : (), @attr_order ] },