From 04ffafa5fdc4009823c82e2bdfe1f353c8a9279c Mon Sep 17 00:00:00 2001 From: Jittapan Pluemsumran Date: Sat, 20 Aug 2016 11:01:25 +0700 Subject: [PATCH] Added missing column check for char table in char_checkdb --- src/char/char.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/char/char.c b/src/char/char.c index 143bf0599b..b47c54cea8 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -2333,10 +2333,7 @@ bool char_checkdb(void){ "`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`," "`save_x`,`save_y`,`partner_id`,`online`,`father`,`mother`,`child`,`fame`,`rename`,`delete_date`," - "`moves`,`unban_time`,`font`" -#if PACKETVER >= 20141016 - ",`sex`" -#endif + "`moves`,`unban_time`,`font`,`sex`,`hotkey_rowshift`" " FROM `%s` LIMIT 1;", schema_config.char_db) ){ Sql_ShowDebug(sql_handle); return false;