--- deliantra/server/common/exp.C 2010/04/28 19:49:50 1.33 +++ deliantra/server/common/exp.C 2010/05/06 22:35:41 1.36 @@ -157,22 +157,19 @@ } /* This loads the experience table from the exp_table - * file. This tends to exit on any errors, since it - * populates the table as it goes along, so if there - * are errors, the table is likely in an inconsistent - * state. + * file. */ void -init_experience () +reload_exp_table () { int lastlevel = 0; sint64 lastexp = -1; - object_thawer thawer (settings.confdir, "exp_table"); + object_thawer thawer (settings.datadir, "exp_table"); if (!thawer) { - LOG (llevError, "unable to parse experience table file"); + LOG (llevError, "unable to load experience table file"); return; }