--- deliantra/server/common/object.C 2007/05/03 10:39:46 1.144 +++ deliantra/server/common/object.C 2007/05/07 03:05:58 1.145 @@ -551,7 +551,8 @@ * values for the body_used info, so when items are created * for it, they can be properly equipped. */ - memcpy (body_used, body_info, sizeof (body_used)); + for (int i = NUM_BODY_LOCATIONS; i--; ) + slot[i].used = slot[i].info; attachable::instantiate (); }