--- deliantra/server/common/arch.C 2007/04/17 19:12:32 1.55 +++ deliantra/server/common/arch.C 2007/04/18 07:59:55 1.56 @@ -337,6 +337,7 @@ f.get (op->name); f.next (); +#if 0 if (f.kw == KW_inherit) { if (archetype *at = find (f.get_str ())) @@ -347,6 +348,7 @@ f.next (); } +#endif if (!op->parse_kv (f)) goto fail;