--- deliantra/server/common/living.C 2006/09/12 02:06:19 1.10 +++ deliantra/server/common/living.C 2006/09/14 21:16:11 1.11 @@ -688,7 +688,7 @@ object *tmp; archetype *at; - at = find_archetype (ARCH_DEPLETION); + at = archetype::find (ARCH_DEPLETION); if (!at) { LOG (llevError, "Couldn't find archetype depletion.\n"); @@ -722,7 +722,7 @@ archetype *at; int new_luck; - at = find_archetype ("luck"); + at = archetype::find ("luck"); if (!at) LOG (llevError, "Couldn't find archetype luck.\n"); else