From 34aa59d82b7413715c4b62b6af313577db8ae4d9 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Mon, 7 Aug 2017 09:31:32 +0200 Subject: [PATCH] Added missing MySQL column check for show_equip Follow up to 983d164 --- src/char/char.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char/char.cpp b/src/char/char.cpp index 9b75314fab..91a2cdaf86 100644 --- a/src/char/char.cpp +++ b/src/char/char.cpp @@ -2285,7 +2285,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`,`sex`,`hotkey_rowshift`,`clan_id`,`last_login`,`title_id`" + "`moves`,`unban_time`,`font`,`sex`,`hotkey_rowshift`,`clan_id`,`last_login`,`title_id`,`show_equip`" " FROM `%s` LIMIT 1;", schema_config.char_db) ){ Sql_ShowDebug(sql_handle); return false;