diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-05-11 02:14:19 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-05-11 02:14:19 +0200 |
| commit | 7e48a023989e50920fe2e115cb57d25095071a17 (patch) | |
| tree | d1afa860ff6f5c5c2970d03a1e2383e0a5705da4 /sql/updates/auth | |
| parent | f50c4b71a137b90c2c5848c2ddef0139b05fa4a1 (diff) | |
| parent | 0e1eb460d687e545f95caf0f38a16c3feb7132a3 (diff) | |
Merge branch '3.3.5-commandfixes' into 3.3.5 (PR #16335)
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/3.3.5/2016_05_11_00_auth.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2016_05_11_00_auth.sql b/sql/updates/auth/3.3.5/2016_05_11_00_auth.sql new file mode 100644 index 00000000000..254f3d801d6 --- /dev/null +++ b/sql/updates/auth/3.3.5/2016_05_11_00_auth.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `rbac_permissions` WHERE `id` IN (837,838,839,840); +INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (837,"Command: .npc evade"), (838,"Command: .pet level"), (839,"Command: .server shutdown force"), (840,"Command: .server restart force"); + +DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (837,838,839,840); +INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES (196,837),(196,838),(196,839),(196,840); |
