--- deliantra/Deliantra/res2pm 2007/12/26 18:26:15 1.12 +++ deliantra/Deliantra/res2pm 2010/03/19 21:38:14 1.13 @@ -132,7 +132,8 @@ if ($i->{Name} eq "ignore_list") { push @{$type->{ignore}}, $ignore_list{$i->{Attributes}->{name}} ||= []; } elsif ($i->{Name} eq "attribute") { - push @{$type->{ignore}}, $i->{Attributes}->{arch}; + warn "ACDD $i->{Attributes}->{arch}\n"; + push @{$type->{ignore}}, [$i->{Attributes}->{arch}]; } } } elsif ($e->{Name} eq "import_type") {