From 661dfee80ec3c56fa3f386d370f41ea7568c7da4 Mon Sep 17 00:00:00 2001 From: ForesterDev Date: Sun, 17 Dec 2017 07:36:59 +0400 Subject: Scripts/Commands: modify command .dismount to target any selected player (#19788) - change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command Closes #19788 --- sql/updates/auth/3.3.5/2017_12_17_00_auth.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/3.3.5/2017_12_17_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/3.3.5/2017_12_17_00_auth.sql b/sql/updates/auth/3.3.5/2017_12_17_00_auth.sql new file mode 100644 index 00000000000..89f3a0bc619 --- /dev/null +++ b/sql/updates/auth/3.3.5/2017_12_17_00_auth.sql @@ -0,0 +1 @@ +UPDATE `rbac_linked_permissions` SET `id` = 197 WHERE `linkedId` = 501; -- cgit v1.2.3