mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-10 19:03:11 +00:00
+1
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_05_24_00 -> 2026_06_01_00
|
||||
--
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (923, 924, 925);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_04_12_00 -> 2026_06_01_00
|
||||
-- Add `chat_filter` table for chat content filtering.
|
||||
DROP TABLE IF EXISTS `chat_filter`;
|
||||
CREATE TABLE `chat_filter` (
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_06_01_00 -> 2026_06_01_01
|
||||
-- Add chatfilter and reload chat_filter commands.
|
||||
DELETE FROM `command` WHERE `name` IN ('chatfilter', 'chatfilter list', 'chatfilter add', 'chatfilter remove', 'reload chat_filter');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
Reference in New Issue
Block a user