DB/Loot: Add missing item to Reinforced Junkbox

Ref #19776
This commit is contained in:
offl
2020-03-03 20:51:30 +01:00
committed by Killyana
parent 4c44816955
commit cc6c27f96f

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `item_loot_template` WHERE `Entry` = 43575 AND `Item` IN (43611,43612,43613);
INSERT INTO `item_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`) VALUES
(43575,43611,0,0.05,0,1,1,1,1),
(43575,43612,0,0.05,0,1,1,1,1),
(43575,43613,0,0.05,0,1,1,1,1);