--- deliantra/server/lib/cf.pm 2007/04/16 11:09:32 1.241 +++ deliantra/server/lib/cf.pm 2007/04/16 13:02:29 1.243 @@ -2390,6 +2390,7 @@ sub load_archetypes { return 1 if $archetypes_loaded++; # current can only load them once + load_archetype_file sprintf "%s/archetypes", cf::datadir; # remove when stable load_archetype_file sprintf "%s/archetypes", cf::datadir }