mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 22:02:26 +00:00
Fix menu links [skip ci]
This commit is contained in:
parent
658b6ba570
commit
8973059961
@ -184,13 +184,13 @@ sub show_menu_prompt {
|
|||||||
1 => \&database_dump,
|
1 => \&database_dump,
|
||||||
2 => \&database_dump_compress,
|
2 => \&database_dump_compress,
|
||||||
3 => \&main_db_management,
|
3 => \&main_db_management,
|
||||||
4 => \&aa_fetch,
|
10 => \&aa_fetch,
|
||||||
5 => \&opcodes_fetch,
|
5 => \&opcodes_fetch,
|
||||||
6 => \&map_files_fetch,
|
6 => \&map_files_fetch,
|
||||||
7 => \&plugins_fetch,
|
7 => \&plugins_fetch,
|
||||||
8 => \&quest_files_fetch,
|
8 => \&quest_files_fetch,
|
||||||
9 => \&lua_modules_fetch,
|
9 => \&lua_modules_fetch,
|
||||||
10 => \&bots_db_management,
|
4 => \&bots_db_management,
|
||||||
20 => \&do_update_self,
|
20 => \&do_update_self,
|
||||||
0 => \&script_exit,
|
0 => \&script_exit,
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user