ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/exp.C
(Generate patch)

Comparing deliantra/server/common/exp.C (file contents):
Revision 1.33 by root, Wed Apr 28 19:49:50 2010 UTC vs.
Revision 1.34 by root, Wed Apr 28 20:51:58 2010 UTC

166init_experience () 166init_experience ()
167{ 167{
168 int lastlevel = 0; 168 int lastlevel = 0;
169 sint64 lastexp = -1; 169 sint64 lastexp = -1;
170 170
171 object_thawer thawer (settings.confdir, "exp_table"); 171 object_thawer thawer (settings.datadir, "exp_table");
172 172
173 if (!thawer) 173 if (!thawer)
174 { 174 {
175 LOG (llevError, "unable to parse experience table file"); 175 LOG (llevError, "unable to parse experience table file");
176 return; 176 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines