diff options
-rw-r--r-- | sql/updates/auth/2013_08_30_00_auth_misc.sql | 1 | ||||
-rw-r--r-- | sql/updates/world/2013_08_30_02_world_command.sql | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/auth/2013_08_30_00_auth_misc.sql b/sql/updates/auth/2013_08_30_00_auth_misc.sql index 1f51a8deee8..1e790ce7e28 100644 --- a/sql/updates/auth/2013_08_30_00_auth_misc.sql +++ b/sql/updates/auth/2013_08_30_00_auth_misc.sql @@ -34,6 +34,7 @@ INSERT INTO `rbac_role_permissions` (`roleId`, `permissionId`) VALUES (4, 209), (4, 210), (4, 211), +(4, 212), (4, 213), (4, 214), (4, 215), diff --git a/sql/updates/world/2013_08_30_02_world_command.sql b/sql/updates/world/2013_08_30_02_world_command.sql index 1b0f1a2a663..7cf91342101 100644 --- a/sql/updates/world/2013_08_30_02_world_command.sql +++ b/sql/updates/world/2013_08_30_02_world_command.sql @@ -1,5 +1,4 @@ -- Update command table with new RBAC permissions -UPDATE `command` SET `permission` = 200 WHERE `name` = '.rbac'; UPDATE `command` SET `permission` = 201 WHERE `name` = '.rbac account'; UPDATE `command` SET `permission` = 202 WHERE `name` = '.rbac account group'; UPDATE `command` SET `permission` = 203 WHERE `name` = '.rbac account group add'; |