fix(Core/Commands): limit .character deleted list results to 50 (#25779)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew
2026-05-09 15:49:21 -03:00
committed by GitHub
parent c03fdf101a
commit 5df0282bae
5 changed files with 25 additions and 6 deletions

View File

@@ -1487,6 +1487,8 @@ enum AcoreStrings
// Pet delete command
LANG_PET_DELETE_NOT_FOUND = 35438,
LANG_PET_DELETE_SUCCESS = 35439
LANG_PET_DELETE_SUCCESS = 35439,
LANG_CHARACTER_DELETED_LIST_LIMIT = 35440
};
#endif