diff --git a/data/sql/updates/pending_db_world/rev_1770028284372314400.sql b/data/sql/updates/db_world/2026_02_04_02.sql similarity index 81% rename from data/sql/updates/pending_db_world/rev_1770028284372314400.sql rename to data/sql/updates/db_world/2026_02_04_02.sql index 080dd439d..1c41a6dde 100644 --- a/data/sql/updates/pending_db_world/rev_1770028284372314400.sql +++ b/data/sql/updates/db_world/2026_02_04_02.sql @@ -1,2 +1,3 @@ +-- DB update 2026_02_04_01 -> 2026_02_04_02 -- Removes "Warsong Report" and "Battered Junkbox" (yes remove itself from itself) from "Battered Junkbox" DELETE FROM `item_loot_template` WHERE `Entry` = 16882 AND `Item` IN (16746, 16882); diff --git a/data/sql/updates/pending_db_world/trigger-npcs.sql b/data/sql/updates/db_world/2026_02_04_03.sql similarity index 94% rename from data/sql/updates/pending_db_world/trigger-npcs.sql rename to data/sql/updates/db_world/2026_02_04_03.sql index e40881bd1..124332b4d 100644 --- a/data/sql/updates/pending_db_world/trigger-npcs.sql +++ b/data/sql/updates/db_world/2026_02_04_03.sql @@ -1,3 +1,4 @@ +-- DB update 2026_02_04_02 -> 2026_02_04_03 DELETE FROM `creature_template_model` WHERE `CreatureID` IN (17168, 17169, 17170, 17171, 17172, 17173, 17174, 17175, 17176, 25739); INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES (17168, 0, 15435, 1, 1, 51831),