--- deliantra/server/common/loader.C 2008/04/29 15:19:30 1.112 +++ deliantra/server/common/loader.C 2008/05/02 21:01:53 1.113 @@ -1020,11 +1020,9 @@ f.next (); - object *op = object::create (); - + object *op = arch->instance (); op->map = map; - arch->copy_to (op); - // copy_to activates, this should be fixed properly + // instance() activates, this should be fixed properly op->deactivate (); if (!op->parse_kv (f))