diff --git a/common/database_conversions.cpp b/common/database_conversions.cpp index f6c43687f..443763961 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 2"); + system("perl eqemu_update.pl V 3"); /* Run Automatic Database Upgrade Script */ system("perl eqemu_update.pl ran_from_world");