Adjustments to eqemu_update.pl menu (V11)

This commit is contained in:
Akkadius
2015-10-03 20:23:39 -05:00
parent bcf2a5c852
commit 658b6ba570
2 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ bool Database::CheckDatabaseConversions() {
/* Check for a new version of this script, the arg passed
would have to be higher than the copy they have downloaded
locally and they will re fetch */
system("perl eqemu_update.pl V 10");
system("perl eqemu_update.pl V 11");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");