From 89730599619babe65d4377a6d116df70f6cd990c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 3 Oct 2015 22:13:16 -0500 Subject: [PATCH] Fix menu links [skip ci] --- utils/scripts/eqemu_update.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/scripts/eqemu_update.pl b/utils/scripts/eqemu_update.pl index eb3e49f53..48a3f28c3 100644 --- a/utils/scripts/eqemu_update.pl +++ b/utils/scripts/eqemu_update.pl @@ -184,13 +184,13 @@ sub show_menu_prompt { 1 => \&database_dump, 2 => \&database_dump_compress, 3 => \&main_db_management, - 4 => \&aa_fetch, + 10 => \&aa_fetch, 5 => \&opcodes_fetch, 6 => \&map_files_fetch, 7 => \&plugins_fetch, 8 => \&quest_files_fetch, 9 => \&lua_modules_fetch, - 10 => \&bots_db_management, + 4 => \&bots_db_management, 20 => \&do_update_self, 0 => \&script_exit, );