aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/9999_99_99_99_auth.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/master/9999_99_99_99_auth.sql b/sql/updates/auth/master/9999_99_99_99_auth.sql
new file mode 100644
index 00000000000..f673ceae849
--- /dev/null
+++ b/sql/updates/auth/master/9999_99_99_99_auth.sql
@@ -0,0 +1,5 @@
+INSERT INTO `rbac_permissions` (id, NAME) VALUES
+(869, "Command: debug send playerchoice");
+
+INSERT INTO `rbac_linked_permissions` (id, linkedId) VALUES
+(192, 869);