mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-12 18:12:43 +00:00
Merge branch 'blob_conversion' of github.com:EQEmu/Server into blob_conversion
This commit is contained in:
commit
8f921ce919
@ -897,7 +897,7 @@ bool Database::CheckDatabaseConversions() {
|
|||||||
printf(" Database currently has character data being stored via \n");
|
printf(" Database currently has character data being stored via \n");
|
||||||
printf(" the legacy character storage method and will proceed with converting...\n\n");
|
printf(" the legacy character storage method and will proceed with converting...\n\n");
|
||||||
printf(" It is recommended that you backup your database \n");
|
printf(" It is recommended that you backup your database \n");
|
||||||
printf(" before continuing the automatic conversion proces...\n\n");
|
printf(" before continuing the automatic conversion process...\n\n");
|
||||||
printf("----------------------------------------------------------\n\n");
|
printf("----------------------------------------------------------\n\n");
|
||||||
std::cout << "Press ENTER to continue....." << std::endl << std::endl;
|
std::cout << "Press ENTER to continue....." << std::endl << std::endl;
|
||||||
std::cin.ignore(1);
|
std::cin.ignore(1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user