--- deliantra/server/common/arch.C 2007/04/16 06:23:39 1.46 +++ deliantra/server/common/arch.C 2007/04/16 10:14:25 1.47 @@ -420,7 +420,6 @@ * First initialises the archtype hash-table (init_archetable()). * Reads and parses the archetype file (with the first and second-pass * functions). - * Then initialises treasures by calling load_treasures(). */ void load_archetypes (void) @@ -438,6 +437,8 @@ cleanup ("unable to load archetypes"); warn_archetypes = 1; + + load_treasures (); } /*