--- deliantra/server/ext/map_lib.ext 2010/03/20 16:30:24 1.8 +++ deliantra/server/ext/map_lib.ext 2010/03/22 18:16:38 1.9 @@ -192,7 +192,7 @@ if ($nr > 0) { $obj->decrease ($nr); - my $out = cf::object::new ($output_arch); + my $out = cf::object::generate ($output_arch, $self); $out->nrof ($nr); $out->insert_at ($self, $self);