mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
feat(Script/Commands): Add account flag commands (#26301)
This commit is contained in:
13
data/sql/updates/pending_db_auth/rev_1781863824915803400.sql
Normal file
13
data/sql/updates/pending_db_auth/rev_1781863824915803400.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (941, 942, 943, 944);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(941, 'Command: account flag'),
|
||||
(942, 'Command: account flag list'),
|
||||
(943, 'Command: account flag add'),
|
||||
(944, 'Command: account flag remove');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (941, 942, 943, 944);
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(197, 941),
|
||||
(197, 942),
|
||||
(196, 943),
|
||||
(196, 944);
|
||||
Reference in New Issue
Block a user