--- deliantra/server/common/object.C 2006/12/22 16:34:00 1.78 +++ deliantra/server/common/object.C 2006/12/23 06:30:49 1.79 @@ -484,7 +484,6 @@ bool is_removed = QUERY_FLAG (dst, FLAG_REMOVED); *(object_copy *)dst = *this; - *(object_pod *)dst = *this; if (self || cb) INVOKE_OBJECT (CLONE, this, ARG_OBJECT (dst));