Conversion of 2015_09_30_bots.sql fail points to perl script; Added drop bots feature to eqemu_update.pl menu

This commit is contained in:
Uleat
2015-12-11 22:39:18 -05:00
parent 80ef4c7f9f
commit 6802f2a9e8
4 changed files with 431 additions and 699 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 12");
system("perl eqemu_update.pl V 13");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");