Core/Misc: Mark some rbac/trinity_string entries as used

This commit is contained in:
Aokromes
2016-12-28 16:02:55 +01:00
parent 6e27173603
commit ffb8b463d1
2 changed files with 6 additions and 2 deletions

View File

@@ -734,7 +734,7 @@ enum RBACPermissions
RBAC_PERM_COMMAND_TICKET_SUGGESTION_UNASSIGN = 827, // not on 3.3.5a or 4.3.4
RBAC_PERM_COMMAND_TICKET_SUGGESTION_VIEW = 828, // not on 3.3.5a or 4.3.4
RBAC_PERM_COMMAND_TICKET_RESET_ALL = 829, // not on 3.3.5a or 4.3.4
// 830 reuse
RBAC_PERM_COMMAND_BNET_ACCOUNT_LIST_GAME_ACCOUTNS = 830, // not on 3.3.5a or 4.3.4
RBAC_PERM_COMMAND_TICKET_RESET_BUG = 831, // not on 3.3.5a or 4.3.4
RBAC_PERM_COMMAND_TICKET_RESET_COMPLAINT = 832, // not on 3.3.5a or 4.3.4
RBAC_PERM_COMMAND_TICKET_RESET_SUGGESTION = 833, // not on 3.3.5a or 4.3.4

View File

@@ -892,7 +892,11 @@ enum TrinityStrings
LANG_ACCOUNT_INVALID_BNET_NAME = 1029, // 6.x ONLY
LANG_ACCOUNT_USE_BNET_COMMANDS = 1030, // 6.x enum value name but different text in DB
LANG_ACCOUNT_PASS_TOO_LONG = 1031,
// Room for more level 4 1032-1099 not used
LANG_ACCOUNT_CREATED_BNET_WITH_GAME = 1032, // master branch ONLY
LANG_ACCOUNT_CREATED_BNET = 1033, // master branch ONLY
LANG_ACCOUNT_BNET_LIST_HEADER = 1034, // master branch ONLY
LANG_ACCOUNT_BNET_LIST_NO_ACCOUNTS = 1035, // master branch ONLY
// Room for more level 4 1036-1099 not used
// Level 3 (continue)
LANG_ACCOUNT_SETADDON = 1100,