feat(Scripts/Commands): Add guild ranks display to guild info command (#22380)

This commit is contained in:
Kitzunu
2025-06-29 21:02:55 +02:00
committed by GitHub
parent 563ef5d7d9
commit ae28b35f2c
3 changed files with 23 additions and 2 deletions

View File

@@ -972,7 +972,9 @@ enum AcoreStrings
LANG_GUILD_INFO_BANK_GOLD = 1181,
LANG_GUILD_INFO_MOTD = 1182,
LANG_GUILD_INFO_EXTRA_INFO = 1183,
// Room for more level 3 1184-1198 not used
LANG_GUILD_INFO_RANKS = 1184,
LANG_GUILD_INFO_RANKS_LIST = 1185,
// Room for more level 3 1186-1198 not used
// Debug commands
LANG_DO_NOT_USE_6X_DEBUG_AREATRIGGER_LEFT = 1999,