--- deliantra/server/server/spell_attack.C 2006/09/11 20:26:41 1.11 +++ deliantra/server/server/spell_attack.C 2006/09/14 21:16:13 1.12 @@ -1,7 +1,7 @@ /* * static char *rcsid_spell_attack_c = - * "$Id: spell_attack.C,v 1.11 2006/09/11 20:26:41 root Exp $"; + * "$Id: spell_attack.C,v 1.12 2006/09/14 21:16:13 root Exp $"; */ @@ -1047,7 +1047,7 @@ * but using the cast_bullet isn't really feasible, * so just set up the appropriate values. */ - at = find_archetype (SPLINT); + at = archetype::find (SPLINT); if (at) { for (i = 1; i < 9; i++)