fix(DB/Loot): Blood of the Mountain dropping from wrong mobs. (#15768)
* fix(DB/Loot): Blood of the Mountain dropping from wrong mobs. * Update rev_1680371174965612100.sql
This commit is contained in:
parent
8926a1e62a
commit
dc6238d3b2
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- Blood of the Mountain
|
||||
DELETE FROM `creature_loot_template` WHERE `Item` = 11382;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(11659, 11382, 0, 7.1259, 0, 1, 0, 1, 1, 'Molten Destroyer - Blood of the Mountain');
|
||||
Loading…
Add table
Add a link
Reference in a new issue