mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-14 20:12:26 +00:00
Missed on final review...
This commit is contained in:
parent
79eb2d3d4b
commit
df88107697
@ -124,7 +124,7 @@ BEGIN
|
||||
`class` TINYINT(2) NOT NULL DEFAULT '0',
|
||||
`level` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`deity` INT(11) UNSIGNED NOT NULL DEFAULT '0', -- Unused
|
||||
`creation_day` INT(11) UNSIGNED NOT NULL DEFAULT UNIX_TIMESTAMP,
|
||||
`creation_day` INT(11) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`last_spawn` INT(11) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`time_spawned` INT(11) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`size` FLOAT NOT NULL DEFAULT '0',
|
||||
|
||||
@ -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*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user