Core/RBAC: Mark some permissions 7.x only

This commit is contained in:
Aokromes
2016-07-28 17:43:27 +02:00
committed by GitHub
parent 2d0fa2d020
commit 2439e2d5ee

View File

@@ -59,9 +59,9 @@ enum RBACPermissions
// 7 - reuse
// 8 - reuse
// 9 - reuse
// 10 - reuse
// 10 - 7.x only
RBAC_PERM_LOG_GM_TRADE = 11,
// 12 - reuse
// 12 - 7.x only
RBAC_PERM_SKIP_CHECK_INSTANCE_REQUIRED_BOSSES = 13,
RBAC_PERM_SKIP_CHECK_CHARACTER_CREATION_TEAMMASK = 14,
RBAC_PERM_SKIP_CHECK_CHARACTER_CREATION_CLASSMASK = 15,