--- deliantra/Deliantra/res2pm 2006/03/27 17:38:18 1.9 +++ deliantra/Deliantra/res2pm 2007/07/03 00:16:50 1.10 @@ -132,7 +132,8 @@ } } } elsif ($e->name eq "import_type") { - push @{$type->{import}}, $type{$e->attr ("name")} ||= {}; + #push @{$type->{import}}, $type{$e->attr ("name")} ||= {}; + push @{$type->{import}}, $e->attr ("name"); } elsif ($e->name eq "use") { $type->{use} = string $e; } elsif ($e->name eq "description") {