From 8b5d1935071a55229d1e9c9a08081b23c4a5a696 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 16 Jul 2016 00:28:40 +0200 Subject: DB/Loot: remove wrong loot for item 'Recipe: Savory Deviate Delight' Reference loot belongs to 'Murloc Warrior' hailing from Westfall, while the item can only drop from The Barrens' residents --- sql/updates/world/3.3.5/2016_07_16_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_07_16_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_07_16_01_world.sql b/sql/updates/world/3.3.5/2016_07_16_01_world.sql new file mode 100644 index 00000000000..25b0dd9a071 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_16_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `reference_loot_template` WHERE `Entry`=24701 AND `Item`=6661; -- cgit v1.2.3