fix(DB/Loot): Add 2 bonus Emblem of Triumph to Cache of the Ley-Guardian (#25358)
This commit is contained in:
parent
b53011c5ef
commit
837c12e586
1 changed files with 4 additions and 0 deletions
|
|
@ -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, '');
|
||||
Loading…
Add table
Add a link
Reference in a new issue