From dc6238d3b24ce9caca8b8f413df94b6e248a9c97 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 4 Apr 2023 06:19:46 +0300 Subject: [PATCH] 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 --- data/sql/updates/pending_db_world/rev_1680371174965612100.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1680371174965612100.sql diff --git a/data/sql/updates/pending_db_world/rev_1680371174965612100.sql b/data/sql/updates/pending_db_world/rev_1680371174965612100.sql new file mode 100644 index 000000000..5794b9477 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1680371174965612100.sql @@ -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');