From 994d81369991ae61cfac7844eafd68aff7a08a2b Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sat, 3 Sep 2016 18:12:40 +0200 Subject: DB/RBAC: fixed some permissions after 779d3b23689aba45a3a29eb1016f53e0710ed789 --- sql/updates/world/6.x/2016_09_03_05_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_09_03_05_world.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/6.x/2016_09_03_05_world.sql b/sql/updates/world/6.x/2016_09_03_05_world.sql new file mode 100644 index 00000000000..65606455064 --- /dev/null +++ b/sql/updates/world/6.x/2016_09_03_05_world.sql @@ -0,0 +1,3 @@ +UPDATE `command` SET `permission`=842 WHERE `name`='reload character_template'; +UPDATE `command` SET `permission`=843 WHERE `name`='reload quest_greeting'; +UPDATE `command` SET `permission`=844 WHERE `name`='debug send playscene'; -- cgit v1.2.3