mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/DB: Add RBAC for .debug poolstatus, because I need it for the pooling branch.
This commit is contained in:
@@ -775,6 +775,7 @@ INSERT INTO `rbac_linked_permissions` VALUES
|
||||
(196,876),
|
||||
(196,877),
|
||||
(196,878),
|
||||
(196,879),
|
||||
(197,232),
|
||||
(197,236),
|
||||
(197,237),
|
||||
@@ -1658,7 +1659,8 @@ INSERT INTO `rbac_permissions` VALUES
|
||||
(875,'Command: lookup map id'),
|
||||
(876,'Command: lookup item id'),
|
||||
(877,'Command: lookup quest id'),
|
||||
(878,'Command: debug questreset');
|
||||
(878,'Command: debug questreset'),
|
||||
(879,'Command: debug poolstatus');
|
||||
/*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -1797,7 +1799,8 @@ INSERT INTO `updates` VALUES
|
||||
('2019_06_16_00_auth.sql','B14AED4D3387B56FF8C8161D3671750AEEAE0F2E','ARCHIVED','2019-06-16 00:00:00',0),
|
||||
('2019_06_21_00_auth.sql','C519239830204B68E710F698BC0C9E89B6D5FD24','ARCHIVED','2019-06-21 00:00:00',0),
|
||||
('2019_07_15_00_auth.sql','64B491CD197A4466D7F739D67DD30C9502FF393A','ARCHIVED','2019-07-15 00:00:00',0),
|
||||
('2019_07_16_00_auth.sql','36CB53A9EBD64BFDCF7030083E36E534F1753773','ARCHIVED','2019-07-16 00:00:00',0);
|
||||
('2019_07_16_00_auth.sql','36CB53A9EBD64BFDCF7030083E36E534F1753773','ARCHIVED','2019-07-16 00:00:00',0),
|
||||
('2019_07_17_00_auth.sql','4F983F039904894ACC483BE885676C5F0A18F06B','ARCHIVED','2019-07-17 00:00:00',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user