aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2016-09-03 15:31:32 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2016-09-03 15:31:32 +0200
commitad52ee8e2569576b395b20f543c5fe0e41bc31b9 (patch)
tree86424f9f34beebbb7b329518b078c2e342a0965b /sql/updates/world
parenta92bfb5505e17cc183ec5aa74b01564d566b7677 (diff)
DB/RBAC: fixed some permissions after a92bfb5505e17cc183ec5aa74b01564d566b7677
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/6.x/2016_09_03_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_03_03_world.sql b/sql/updates/world/6.x/2016_09_03_03_world.sql
new file mode 100644
index 00000000000..23a8e224718
--- /dev/null
+++ b/sql/updates/world/6.x/2016_09_03_03_world.sql
@@ -0,0 +1,3 @@
+UPDATE `command` SET `permission`=841 WHERE `name`='reload character_template';
+UPDATE `command` SET `permission`=842 WHERE `name`='reload quest_greeting';
+UPDATE `command` SET `permission`=843 WHERE `name`='debug send playscene';