eqemu_update.pl - Implement 14) [Remove Duplicate Rule Values] :: Looks for redundant rule_values entries and removes them

This commit is contained in:
Akkadius
2015-12-29 05:40:34 -06:00
parent 8b35ae9921
commit 2bf6c2788e
2 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -493,7 +493,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 13");
system("perl eqemu_update.pl V 14");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");