Manual merge of 4e3826228d43321abec7805f65b6d43d0f04ab06 in #269.

This commit is contained in:
JJ 2014-10-15 22:12:57 -04:00
parent 594657f2c7
commit fc8cb2b5b7

View File

@ -943,7 +943,7 @@ bool Database::CheckDatabaseConversions() {
// printppdebug = 1;
if (runconvert == 1){
printf("Running character binary blob to database conversion... \n", number_of_characters);
printf("Running character binary blob to database conversion... \n");
/* Get the number of characters */
rquery = StringFormat("SELECT COUNT(`id`) FROM `character_`");
results = QueryDatabase(rquery);