mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user