--- deliantra/server/lib/cf.pm 2007/04/17 18:24:30 1.247 +++ deliantra/server/lib/cf.pm 2007/04/17 18:40:32 1.248 @@ -2397,7 +2397,7 @@ } sub reload_archetypes { - load_archetype_file sprintf "%s/archetypes", cf::datadir + load_resource_file sprintf "%s/archetypes", cf::datadir or die "unable to load archetypes\n"; }