Skip to content

Commit 37019a2

Browse files
chore(DB): import pending files
Referenced commit(s): 1a05906
1 parent 924c1f3 commit 37019a2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
-- DB update 2026_02_04_01 -> 2026_02_04_02
12
-- Removes "Warsong Report" and "Battered Junkbox" (yes remove itself from itself) from "Battered Junkbox"
23
DELETE FROM `item_loot_template` WHERE `Entry` = 16882 AND `Item` IN (16746, 16882);

data/sql/updates/pending_db_world/trigger-npcs.sql renamed to data/sql/updates/db_world/2026_02_04_03.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- DB update 2026_02_04_02 -> 2026_02_04_03
12
DELETE FROM `creature_template_model` WHERE `CreatureID` IN (17168, 17169, 17170, 17171, 17172, 17173, 17174, 17175, 17176, 25739);
23
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
34
(17168, 0, 15435, 1, 1, 51831),

0 commit comments

Comments
 (0)