mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user