mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 13:57:52 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_07_18_01 -> 2026_07_19_00
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (941, 942, 943, 944);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(941, 'Command: account flag'),
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_07_19_01 -> 2026_07_19_02
|
||||
DELETE FROM `command` WHERE `name` IN ('account flag', 'account flag list', 'account flag add', 'account flag remove');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('account flag', 2, 'Syntax: .account flag $subcommand\nType .account flag to see the list of possible subcommands or .help account flag $subcommand to see info on subcommands.'),
|
||||
Reference in New Issue
Block a user