diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-06-12 17:12:02 +0200 |
|---|---|---|
| committer | Carbenium <carbenium@outlook.com> | 2020-07-16 22:00:29 +0200 |
| commit | 60fadf8c71d3fda1bbb01d33cecb34f3bd158f16 (patch) | |
| tree | caffe33f81e291b6ddbd914c01eb4228d64149bc /sql/base/auth_database.sql | |
| parent | 17a0139b0e121b0d8d0f2a079fcfd49090ea35a4 (diff) | |
Insert dynamic_spawning RBACs (already reserved in RBAC.h as of 55d8c2b) into auth database to prevent constant base file conflicts on that branch.
(cherry picked from commit 06c5d139f6ad7fedb920e0bafda88be57050a970)
Diffstat (limited to 'sql/base/auth_database.sql')
| -rw-r--r-- | sql/base/auth_database.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 14bd7660b40..0f8d8876224 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -1263,6 +1263,11 @@ INSERT INTO `rbac_linked_permissions` VALUES (197,819), (197,821), (197,827), +(197,856), +(197,857), +(197,858), +(197,859), +(197,860) (198,218), (198,300), (198,312), @@ -2089,6 +2094,11 @@ INSERT INTO `rbac_permissions` VALUES (853,'Command: .reload conversation_template'), (854,'Command: .debug conversation'), (855,'Command: debug play music'), +(856,'Command: npc spawngroup'), +(857,'Command: npc despawngroup'), +(858,'Command: gobject spawngroup'), +(859,'Command: gobject despawngroup'), +(860,'Command: list respawns'), (868,'Command: modify power'), (869,'Command: debug send playerchoice'), (872,'Command: server debug'); |
