Core/Misc: Add even more RBAC/Language values I need for #23633.

(cherry picked from commit 5378fc4500)
This commit is contained in:
Treeston
2019-07-31 03:20:12 +02:00
committed by Shauren
parent 5bb0cce3a2
commit 0c4a2a33fd
2 changed files with 4 additions and 5 deletions

View File

@@ -286,8 +286,7 @@ enum RBACPermissions
RBAC_PERM_COMMAND_ACCOUNT_2FA = 378,
RBAC_PERM_COMMAND_ACCOUNT_2FA_SETUP = 379,
RBAC_PERM_COMMAND_ACCOUNT_2FA_REMOVE = 380,
// unused 381-386
// = 381, // DEPRECATED: DON'T REUSE
RBAC_PERM_COMMAND_ACCOUNT_SET_2FA = 381,
// = 382, // DEPRECATED: DON'T REUSE
// = 383, // DEPRECATED: DON'T REUSE
// = 384, // DEPRECATED: DON'T REUSE

View File

@@ -229,9 +229,9 @@ enum TrinityStrings
// 185 not used
LANG_TRANSPORT_POSITION = 186,
LANG_PARTIAL_GROUP_SUMMON = 187,
LANG_2FA_SECRET_TOO_LONG = 188, // 3.3.5 RESERVED
LANG_2FA_SECRET_INVALID = 189, // 3.3.5 RESERVED
LANG_2FA_SECRET_SET_COMPLETE = 190, // 3.3.5 RESERVED
LANG_2FA_SECRET_TOO_LONG = 188,
LANG_2FA_SECRET_INVALID = 189,
LANG_2FA_SECRET_SET_COMPLETE = 190,
LANG_SUBCMDS_LIST_ENTRY = 191, // 3.3.5 RESERVED
LANG_SUBCMDS_LIST_ENTRY_ELLIPSIS = 192, // 3.3.5 RESERVED
LANG_SUBCMD_INVALID = 193, // 3.3.5 RESERVED