From 36e0843f66aed438fe0d32174dd0d3068c6fbd58 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 1 Oct 2016 19:39:10 +0200 Subject: DB/Item: fix loot for Dented Crate. The crate is supposed to always drop at least one item. (cherry picked from commit 0800c807ac4c850bb7b74293f4fa14e6a367a505) --- sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql b/sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql new file mode 100644 index 00000000000..378e2ea918f --- /dev/null +++ b/sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql @@ -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; -- cgit v1.2.3