Fix menu links [skip ci]

This commit is contained in:
Akkadius 2015-10-03 22:13:16 -05:00
parent 658b6ba570
commit 8973059961

View File

@ -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,
);