fix(DB) Deadmines Cleaver should only drop from Defias Henchman (#14807)

* Defias Henchman

* Update rev_1675140644244916700.sql

* Update rev_1675140644244916700.sql

* Update rev_1675140644244916700.sql

* Update rev_1675140644244916700.sql
This commit is contained in:
Mathematical Shitpost Emissary
2023-04-02 15:24:26 -05:00
committed by GitHub
parent c8d0e860b9
commit 0fec0bdf4d

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `reference_loot_template` WHERE `Entry` = 24076 AND `Item` = 1927;
DELETE FROM `creature_loot_template` WHERE `Entry` = 594 AND `Item` = 1927;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(594,1927,0,6,0,1,1,1,1,'Defias Henchman - Deadmines Cleaver');