parent
779331fc4b
commit
866bcc1b62
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2025_07_24_00 -> 2026_05_01_00
|
||||
-- RBAC System for AzerothCore
|
||||
-- Ported from TrinityCore
|
||||
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_04_30_03 -> 2026_05_01_00
|
||||
-- RBAC Language strings (uses {} format placeholders for Acore::StringFormat)
|
||||
DELETE FROM `acore_string` WHERE `entry` BETWEEN 63 AND 79;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_05_01_00 -> 2026_05_01_01
|
||||
-- RBAC command help strings
|
||||
DELETE FROM `acore_string` WHERE `entry` BETWEEN 83 AND 86;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
Loading…
Reference in a new issue