mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/Commands: Convert rbac commands to new system
Note: To enable rbac commands for administrators permissions 202-206 have to be linked to permission 196.
Sample SQL for auth DB:
INSERT INTO `rbac_linked_permissions` VALUES (196, 202), (196, 203), (196, 204), (196, 205), (196, 206);
(cherry picked from commit f620befc37)
This commit is contained in:
@@ -884,8 +884,11 @@ INSERT INTO `rbac_linked_permissions` VALUES
|
||||
(195,199),
|
||||
(196,7),
|
||||
(196,10),
|
||||
(196,200),
|
||||
(196,201),
|
||||
(196,202),
|
||||
(196,203),
|
||||
(196,204),
|
||||
(196,205),
|
||||
(196,206),
|
||||
(196,208),
|
||||
(196,212),
|
||||
(196,213),
|
||||
|
||||
Reference in New Issue
Block a user