fix:(DB/Loot): Put Item 1219 onto the correct loot table (#15922)
This commit is contained in:
parent
fc7d2aedb0
commit
448dae8f21
1 changed files with 6 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue