Fix for creation_date mis-naming

This commit is contained in:
Uleat 2015-10-12 21:16:54 -04:00
parent 4a61558de8
commit b85850052a

View File

@ -1563,7 +1563,7 @@ bool Bot::Save()
" `race`," " `race`,"
" `class`," " `class`,"
" `level`," " `level`,"
" `creation_date`," " `creation_day`,"
" `last_spawn`," " `last_spawn`,"
" `time_spawned`," " `time_spawned`,"
" `size`," " `size`,"
@ -1605,7 +1605,7 @@ bool Bot::Save()
" '%i'," /*race*/ " '%i'," /*race*/
" '%i'," /*class*/ " '%i'," /*class*/
" '%u'," /*level*/ " '%u'," /*level*/
" UNIX_TIMESTAMP(),"/*creation_date*/ " UNIX_TIMESTAMP(),"/*creation_day*/
" UNIX_TIMESTAMP(),"/*last_spawn*/ " UNIX_TIMESTAMP(),"/*last_spawn*/
" 0," /*time_spawned*/ " 0," /*time_spawned*/
" '%f'," /*size*/ " '%f'," /*size*/