[eqemu_update.pl] Add Option 7) Plugins - Download latest Perl plugins

[eqemu_update.pl] Add Option 8) Quests - Download latest PEQ quests and stage updates
[eqemu_update.pl] Set version 5 of script
[skip ci]
This commit is contained in:
Akkadius
2015-03-11 21:01:43 -05:00
parent 6a241d44cc
commit bcf8b1af8e
3 changed files with 268 additions and 41 deletions
+1 -1
View File
@@ -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 3");
system("perl eqemu_update.pl V 5");
/* Run Automatic Database Upgrade Script */
system("perl eqemu_update.pl ran_from_world");