fix(DB/Loot): Add 2 bonus Emblem of Triumph to Cache of the Ley-Guardian (#25358)
This commit is contained in:
@@ -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, '');
|
||||||
Reference in New Issue
Block a user