mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
3
data/sql/updates/db_world/2026_02_04_02.sql
Normal file
3
data/sql/updates/db_world/2026_02_04_02.sql
Normal file
@@ -0,0 +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);
|
||||
19
data/sql/updates/db_world/2026_02_04_03.sql
Normal file
19
data/sql/updates/db_world/2026_02_04_03.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
-- 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),
|
||||
(17168, 1, 1126, 1, 0, 51831),
|
||||
(17169, 0, 15435, 1, 1, 51831),
|
||||
(17169, 1, 1126, 1, 0, 51831),
|
||||
(17170, 0, 15435, 1, 1, 51831),
|
||||
(17170, 1, 1126, 1, 0, 51831),
|
||||
(17171, 0, 15435, 1, 1, 51831),
|
||||
(17171, 1, 1126, 1, 0, 51831),
|
||||
(17172, 0, 15435, 1, 1, 51831),
|
||||
(17172, 1, 1126, 1, 0, 51831),
|
||||
(17173, 0, 15435, 1, 1, 51831),
|
||||
(17174, 0, 15435, 1, 1, 51831),
|
||||
(17175, 0, 15435, 1, 0, 51831),
|
||||
(17176, 0, 15435, 1, 0, 51831),
|
||||
(25739, 0, 169, 1, 0, 51831),
|
||||
(25739, 1, 23343, 1, 1, 51831);
|
||||
Reference in New Issue
Block a user