forked from mirror/azerothcore-wotlk
+1
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_05_01_00 -> 2026_05_03_00
|
||||
-- RBAC permissions for .pet list (sec 1+, Mod role 198) and .pet delete (sec 3+, Admin role 196).
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (914, 915);
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_05_02_02 -> 2026_05_03_00
|
||||
-- acore_string entries for .pet list and .pet delete commands.
|
||||
DELETE FROM `acore_string` WHERE `entry` BETWEEN 35435 AND 35439;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES
|
||||
Reference in New Issue
Block a user