From aaae583dabdaddd455c6ae50fb3f89b8da0f24ee Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 4 Oct 2015 20:48:11 -0500 Subject: [PATCH] Fix hash order [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 48a3f28c3..f34d5b9af 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, - 10 => \&aa_fetch, + 4 => \&bots_db_management, 5 => \&opcodes_fetch, 6 => \&map_files_fetch, 7 => \&plugins_fetch, 8 => \&quest_files_fetch, 9 => \&lua_modules_fetch, - 4 => \&bots_db_management, + 10 => \&aa_fetch, 20 => \&do_update_self, 0 => \&script_exit, );