mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 16:39:57 +01:00
Core/Misc: Add permission that allows player to be AFK on the battleground.
This commit is contained in:
7
sql/updates/auth/3.3.5/2024_01_06_01_auth.sql
Normal file
7
sql/updates/auth/3.3.5/2024_01_06_01_auth.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `rbac_permissions` WHERE `id` = 53;
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (53, "Can be AFK on the battleground");
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 53;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(193, 53);
|
||||
Reference in New Issue
Block a user