This commit is contained in:
tobi132 2019-09-20 19:13:20 +02:00
commit 6157fdc007
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -7,7 +7,7 @@
* kathrine tickets - show/hide
* csrf token protection
* guild wars support like in Gesior
* move rest of the pages to Twig: lostaccount, highscores, guilds, etc.
* move rest of the pages to Twig: lostaccount, highscores, etc.
1.0
* use Composer for additional libraries

View File

@ -182,7 +182,7 @@ if(!$db->hasColumn('players', 'created')) {
if(!$db->hasColumn('players', 'deleted') && !$db->hasColumn('players', 'deletion')) {
if(query("ALTER TABLE `players` ADD `deleted` TINYINT(1) NOT NULL DEFAULT 0;"))
success($locale['step_database_adding_field'] . ' players.comment...');
success($locale['step_database_adding_field'] . ' players.deleted...');
}
if($db->hasColumn('players', 'hide_char')) {