--- deliantra/server/common/object.C 2007/05/28 21:21:40 1.157 +++ deliantra/server/common/object.C 2007/06/04 12:19:08 1.158 @@ -1490,7 +1490,7 @@ /* first search for itself and remove any old instances */ for (tmp = op->ms ().bot; tmp; tmp = tmp->above) - if (!strcmp (tmp->arch->name, arch_string)) /* same archetype */ + if (!strcmp (tmp->arch->archname, arch_string)) /* same archetype */ tmp->destroy (); tmp1 = arch_to_object (archetype::find (arch_string));