[eqemu_update.pl] Linux compatibility adjustments [skip ci]

This commit is contained in:
Akkadius
2015-03-12 00:08:10 -05:00
parent 9344cfb4e3
commit b3a0370e71
2 changed files with 42 additions and 21 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 5");
system("perl eqemu_update.pl V 6");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");