diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-06-12 19:10:41 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2017-06-12 19:10:41 +0200 |
| commit | 6f29aac93626ce37922c3c9a85d20b2e4d9d3bbc (patch) | |
| tree | 55c30dc408392a32ddaf52a31a1d7feb9a26d65b /sql/updates/auth/3.3.5 | |
| parent | 6db16cac959bb481a75c756c10dde38645d349ef (diff) | |
Add new command 'npc showloot'. Does exactly what it says on the tin.
Diffstat (limited to 'sql/updates/auth/3.3.5')
| -rw-r--r-- | sql/updates/auth/3.3.5/2017_06_12_02_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2017_06_12_02_auth.sql b/sql/updates/auth/3.3.5/2017_06_12_02_auth.sql new file mode 100644 index 00000000000..2b42dc39b12 --- /dev/null +++ b/sql/updates/auth/3.3.5/2017_06_12_02_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `rbac_permissions` WHERE `id`=865; +INSERT INTO `rbac_permissions` (`id`,`name`) VALUES +(865, 'Command: npc showloot'); + +DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=865; +INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES +(197,865); |
