aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2013-08-30 15:17:16 +0200
committerSpp <spp@jorge.gr>2013-08-30 15:17:16 +0200
commite0d334bc81f1ba5d43eb25bb68d0afe808bb1246 (patch)
treec685df7b6f401179a6a6b9a3c8b9aa32efee1531 /sql/updates/world
parentd805a2dc0e02ddcc4a52d105d0d4c49499735e9b (diff)
Corrections to ea26928 sql files
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2013_08_30_02_world_command.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/updates/world/2013_08_30_02_world_command.sql b/sql/updates/world/2013_08_30_02_world_command.sql
index 1b0f1a2a663..7cf91342101 100644
--- a/sql/updates/world/2013_08_30_02_world_command.sql
+++ b/sql/updates/world/2013_08_30_02_world_command.sql
@@ -1,5 +1,4 @@
-- Update command table with new RBAC permissions
-UPDATE `command` SET `permission` = 200 WHERE `name` = '.rbac';
UPDATE `command` SET `permission` = 201 WHERE `name` = '.rbac account';
UPDATE `command` SET `permission` = 202 WHERE `name` = '.rbac account group';
UPDATE `command` SET `permission` = 203 WHERE `name` = '.rbac account group add';