aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-01-06 02:13:27 -0300
committerShauren <shauren.trinity@gmail.com>2018-12-09 14:18:42 +0100
commitea0cd9366289a3cecdc78ed4a69c08fecc55a2c0 (patch)
tree21dc4ca6b10a015452b39000761dae4c68b3d272 /sql/updates/auth
parentb5174339aec22f1d2c1ec3f2615eeb13d0f06b34 (diff)
Core/Scripts: added command to move characters across accounts
(cherry-picked from f7f865f81803effa17b19ef79762a72fe726b1ac)
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2018_12_09_00_auth_2017_01_06_00_auth.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_12_09_00_auth_2017_01_06_00_auth.sql b/sql/updates/auth/master/2018_12_09_00_auth_2017_01_06_00_auth.sql
new file mode 100644
index 00000000000..0def4608ca2
--- /dev/null
+++ b/sql/updates/auth/master/2018_12_09_00_auth_2017_01_06_00_auth.sql
@@ -0,0 +1,5 @@
+DELETE FROM `rbac_permissions` WHERE `id`=698;
+INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
+(698, 'Command: character changeaccount');
+INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
+(196, 698);