--- deliantra/server/common/loader.C 2006/09/13 02:05:19 1.15 +++ deliantra/server/common/loader.C 2006/09/14 21:16:11 1.16 @@ -566,7 +566,7 @@ * must be part of the inventory. So process * appropriately. */ - archetype *arch = find_archetype (str); + archetype *arch = archetype::find (str); object *tmp; @@ -617,7 +617,7 @@ else { /* This is the actual archetype definition then */ - op->arch = find_archetype (str); + op->arch = archetype::find (str); if (op->arch != NULL) copy_object (&op->arch->clone, op); @@ -629,7 +629,7 @@ break; case KW_other_arch: - op->other_arch = find_archetype (thawer.get_str ()); + op->other_arch = archetype::find (thawer.get_str ()); break; case KW_animation: