Update eqemu_update.pl (v8) to use new AA data post AA rework for fresh AA table downloads [skip ci]

This commit is contained in:
Akkadius
2015-09-20 15:21:38 -05:00
parent 4c0a9562ee
commit 13ba997589
3 changed files with 20654 additions and 4 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 7");
system("perl eqemu_update.pl V 8");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");