Merge branch 'master' of https://github.com/EQEmu/Server into bots_updater

This commit is contained in:
Uleat
2015-10-09 21:39:05 -04:00
18 changed files with 367 additions and 315 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 10");
system("perl eqemu_update.pl V 11");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");