From 625df2ad9b9849255dad0af4cd9f3b3d56594df4 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 2 Oct 2015 20:31:24 -0500 Subject: [PATCH] Forgot one part [skip ci] --- common/database_conversions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/database_conversions.cpp b/common/database_conversions.cpp index abd3fafb8..8270527c9 100644 --- a/common/database_conversions.cpp +++ b/common/database_conversions.cpp @@ -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");