--- deliantra/server/common/exp.C 2010/04/28 20:51:58 1.34 +++ deliantra/server/common/exp.C 2010/05/06 22:35:41 1.36 @@ -157,13 +157,10 @@ } /* 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; @@ -172,7 +169,7 @@ if (!thawer) { - LOG (llevError, "unable to parse experience table file"); + LOG (llevError, "unable to load experience table file"); return; }