mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_07_18_00 -> 2026_07_18_01
|
||||
DELETE FROM `rbac_permissions` WHERE `id` = 940;
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(940, 'Command: group invites');
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_07_18_02 -> 2026_07_18_03
|
||||
DELETE FROM `command` WHERE `name`='group invites';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('group invites', 2, 'Syntax: .group invites on|off\r\nEnable/disable accepting group invites.');
|
||||
Reference in New Issue
Block a user