eqemu_update.pl minor adjustment, v10 [skip ci]

This commit is contained in:
Akkadius
2015-10-03 16:03:53 -05:00
parent 9bf4f399da
commit bcf2a5c852
2 changed files with 19 additions and 12 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 9");
system("perl eqemu_update.pl V 10");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");