From 60fadf8c71d3fda1bbb01d33cecb34f3bd158f16 Mon Sep 17 00:00:00 2001 From: treeston Date: Mon, 12 Jun 2017 17:12:02 +0200 Subject: 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) --- sql/base/auth_database.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sql/base') 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'); -- cgit v1.2.3