Turn off potential warning garbage for different versions of perl

This commit is contained in:
Akkadius
2014-11-16 21:22:09 -06:00
parent de16db5a2f
commit 9d6248886c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -2094,6 +2094,7 @@ bool Database::CheckDatabaseConversions() {
#endif
}
/* Run Automatic Database Upgrade Script */
system("perl db_update.pl ran_from_world");
return true;