fix(DB/Loot) Add missing recipes to SwP trashes (#21701)

This commit is contained in:
Rocco Silipo
2025-03-13 23:31:54 +01:00
committed by GitHub
parent 8584763889
commit 00f12d685e

View File

@@ -0,0 +1,9 @@
DELETE FROM `reference_loot_template` WHERE (`Entry`= 34091) AND (`Item` IN (35202));
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
('34091', '35202', '0', '0', '0', '1', '1', '1', '1', 'Design: Amulet of Flowing Life');
DELETE FROM `reference_loot_template` WHERE (`Entry`= 34092) AND (`Item` IN (35215, 35209));
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
('34092', '35215', '0', '0', '0', '1', '1', '1', '1', 'Pattern: Sun-Drenched Scale Gloves'),
('34092', '35209', '0', '0', '0', '1', '1', '1', '1', 'Plans: Hard Khorium Battlefists');