mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 20:07:56 +00:00
Missed on final review...
This commit is contained in:
@@ -1563,6 +1563,7 @@ bool Bot::Save()
|
||||
" `race`,"
|
||||
" `class`,"
|
||||
" `level`,"
|
||||
" `creation_date`,"
|
||||
" `last_spawn`,"
|
||||
" `time_spawned`,"
|
||||
" `size`,"
|
||||
@@ -1604,6 +1605,7 @@ bool Bot::Save()
|
||||
" '%i'," /*race*/
|
||||
" '%i'," /*class*/
|
||||
" '%u'," /*level*/
|
||||
" UNIX_TIMESTAMP(),"/*creation_date*/
|
||||
" UNIX_TIMESTAMP(),"/*last_spawn*/
|
||||
" 0," /*time_spawned*/
|
||||
" '%f'," /*size*/
|
||||
|
||||
Reference in New Issue
Block a user