--- deliantra/server/server/spell_util.C 2006/09/12 17:23:02 1.13 +++ deliantra/server/server/spell_util.C 2006/09/14 21:16:13 1.14 @@ -121,7 +121,7 @@ i = 0; while (spell_mapping[i]) { - if (!find_archetype (spell_mapping[i])) + if (!archetype::find (spell_mapping[i])) { LOG (llevError, "Unable to find spell mapping %s (%i)\n", spell_mapping[i], i); } @@ -791,7 +791,7 @@ /* Handle cases where we are passed a bogus mosntername */ - if ((at = find_archetype (monstername)) == NULL) + if ((at = archetype::find (monstername)) == NULL) return; /* find a free square nearby