Core/Scripts: added command to move characters across accounts

(cherry-picked from f7f865f818)
This commit is contained in:
ariel-
2017-01-06 02:13:27 -03:00
committed by Shauren
parent b5174339ae
commit ea0cd93662
10 changed files with 111 additions and 4 deletions

View File

@@ -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);