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:
avarishd
2023-04-04 06:19:46 +03:00
committed by GitHub
parent 8926a1e62a
commit dc6238d3b2

View File

@@ -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');