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

This commit is contained in:
Treeston
2019-07-31 03:20:12 +02:00
parent cb690fc705
commit 5378fc4500
2 changed files with 6 additions and 2 deletions

View File

@@ -286,7 +286,8 @@ 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
RBAC_PERM_COMMAND_ACCOUNT_SET_2FA = 381,
// unused 382-386
RBAC_PERM_COMMAND_GOBJECT = 387,
RBAC_PERM_COMMAND_GOBJECT_ACTIVATE = 388,
RBAC_PERM_COMMAND_GOBJECT_ADD = 389,

View File

@@ -222,7 +222,10 @@ enum TrinityStrings
// 179-185 used in master branch
LANG_TRANSPORT_POSITION = 186,
LANG_PARTIAL_GROUP_SUMMON = 187,
// Room for more level 1 188-199 not used
LANG_2FA_SECRET_TOO_LONG = 188,
LANG_2FA_SECRET_INVALID = 189,
LANG_2FA_SECRET_SET_COMPLETE = 190,
// Room for more level 1 191-199 not used
// level 2 chat
LANG_NO_SELECTION = 200,