fix:(DB/Loot): Put Item 1219 onto the correct loot table (#15922)

This commit is contained in:
neifion-00000000
2023-04-22 19:03:15 -05:00
committed by GitHub
parent fc7d2aedb0
commit 448dae8f21

View File

@@ -0,0 +1,6 @@
--
-- Put Item 1219 Redridge Machete loot on right mob
DELETE FROM `reference_loot_template` WHERE `Entry`=24077 AND `Item`=1219;
DELETE FROM `creature_loot_template` WHERE `Entry`=424 AND `Item`=1219 AND `Reference`=0 AND `GroupId`=0;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(424, 1219, 0, 2, 0, 1, 0, 1, 1, 'Redridge Poacher - Redridge Machete');