DB/Item: fix loot for Dented Crate.

The crate is supposed to always drop at least one item.
This commit is contained in:
SnapperRy
2016-10-01 19:39:10 +02:00
committed by GitHub
parent 9c6e12b974
commit 0800c807ac

4
2016_10_01_03_world.sql Normal file
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;