mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_07_19_00 -> 2026_07_22_00
|
||||
--
|
||||
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2024_%';
|
||||
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2025_%';
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_07_21_00 -> 2026_07_22_00
|
||||
--
|
||||
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2024_%';
|
||||
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2025_%';
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2026_07_22_08 -> 2026_07_22_09
|
||||
-- Fel Creep - requires Cenarion Beacon in inventory
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 4 AND `SourceEntry` = 11514;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2026_07_22_09 -> 2026_07_22_10
|
||||
--
|
||||
UPDATE `updates` SET `state` = 'ARCHIVED' WHERE `name` LIKE '2025_%';
|
||||
Reference in New Issue
Block a user