aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/3.3.5/2024_01_06_01_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2024_01_06_01_auth.sql b/sql/updates/auth/3.3.5/2024_01_06_01_auth.sql
new file mode 100644
index 00000000000..f09d9139e4a
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2024_01_06_01_auth.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `rbac_permissions` WHERE `id` = 53;
+INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (53, "Can be AFK on the battleground");
+
+DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 53;
+INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
+(193, 53);