DB/Item: fix loot for Dented Crate.

The crate is supposed to always drop at least one item.
(cherry picked from commit 0800c807ac)
This commit is contained in:
SnapperRy
2016-10-01 19:39:10 +02:00
committed by joschiwald
parent 0bc23071e1
commit 36e0843f66

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `item_loot_template` WHERE `Entry`=6351 AND `Item`=2318;
UPDATE `item_loot_template` SET `Chance`=46.9 WHERE `Entry`=6351 AND `Item`=4364;
UPDATE `item_loot_template` SET `GroupId`=1 WHERE `Entry`=6351;