mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
9
data/sql/updates/db_world/2026_03_18_00.sql
Normal file
9
data/sql/updates/db_world/2026_03_18_00.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2026_03_17_00 -> 2026_03_18_00
|
||||
--
|
||||
DELETE FROM `reference_loot_template` WHERE (`Entry` = 34175) AND (`Item` IN (40547, 40549));
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(34175, 40549, 0, 0, 0, 1, 1, 1, 1, 'Boots of the Renewed Flight');
|
||||
|
||||
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 26094) AND (`Item` IN (43953, 43952));
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(26094, 43952, 0, 1, 0, 1, 0, 1, 1, 'Alexstrasza\'s Gift - Reins of the Azure Drake');
|
||||
Reference in New Issue
Block a user