Forgot one part [skip ci]

This commit is contained in:
Akkadius 2015-10-02 20:31:24 -05:00
parent 3e42cae123
commit 625df2ad9b

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 8");
system("perl eqemu_update.pl V 9");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");