Added missing column check for char table in char_checkdb

This commit is contained in:
Jittapan Pluemsumran 2016-08-20 11:01:25 +07:00
parent d20a7cafc0
commit 04ffafa5fd
No known key found for this signature in database
GPG Key ID: CE430096446F41D9

View File

@ -2333,10 +2333,7 @@ bool char_checkdb(void){
"`guild_id`,`pet_id`,`homun_id`,`elemental_id`,`hair`,`hair_color`,`clothes_color`,`weapon`," "`guild_id`,`pet_id`,`homun_id`,`elemental_id`,`hair`,`hair_color`,`clothes_color`,`weapon`,"
"`shield`,`head_top`,`head_mid`,`head_bottom`,`robe`,`last_map`,`last_x`,`last_y`,`save_map`," "`shield`,`head_top`,`head_mid`,`head_bottom`,`robe`,`last_map`,`last_x`,`last_y`,`save_map`,"
"`save_x`,`save_y`,`partner_id`,`online`,`father`,`mother`,`child`,`fame`,`rename`,`delete_date`," "`save_x`,`save_y`,`partner_id`,`online`,`father`,`mother`,`child`,`fame`,`rename`,`delete_date`,"
"`moves`,`unban_time`,`font`" "`moves`,`unban_time`,`font`,`sex`,`hotkey_rowshift`"
#if PACKETVER >= 20141016
",`sex`"
#endif
" FROM `%s` LIMIT 1;", schema_config.char_db) ){ " FROM `%s` LIMIT 1;", schema_config.char_db) ){
Sql_ShowDebug(sql_handle); Sql_ShowDebug(sql_handle);
return false; return false;