fix(DB/Loot): Add 2 bonus Emblem of Triumph to Cache of the Ley-Guardian (#25358)

This commit is contained in:
sogladev
2026-04-04 08:43:41 +02:00
committed by GitHub
parent b53011c5ef
commit 837c12e586

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `item_loot_template` WHERE (`Entry` = 52676) AND (`Item` IN (47241));
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(52676, 47241, 0, 100, 0, 1, 0, 2, 2, '');