feat(Scripts/Commands): add .mail list and .mail return commands (#25213)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-03-26 06:59:05 -03:00 committed by GitHub
parent 35102dcfe9
commit fc2d3f332e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 422 additions and 1 deletions

View file

@ -43,6 +43,7 @@ void AddSC_learn_commandscript();
void AddSC_lfg_commandscript();
void AddSC_list_commandscript();
void AddSC_lookup_commandscript();
void AddSC_mail_commandscript();
void AddSC_message_commandscript();
void AddSC_misc_commandscript();
void AddSC_mmaps_commandscript();
@ -98,6 +99,7 @@ void AddCommandsScripts()
AddSC_lfg_commandscript();
AddSC_list_commandscript();
AddSC_lookup_commandscript();
AddSC_mail_commandscript();
AddSC_message_commandscript();
AddSC_misc_commandscript();
AddSC_mmaps_commandscript();