mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
committed by
GitHub
parent
c8d0e860b9
commit
0fec0bdf4d
@@ -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');
|
||||
Reference in New Issue
Block a user