mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Corrections to ea26928 sql files
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user