mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
8
data/sql/updates/db_auth/2026_07_18_01.sql
Normal file
8
data/sql/updates/db_auth/2026_07_18_01.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- 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');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 940;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(197, 940);
|
||||
Reference in New Issue
Block a user