From a5bc07d914ab3416597e25bb83025775be0dd09d Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 18 Feb 2017 07:05:18 +0100 Subject: [PATCH] DB/Loot: Remove some wrong loots Update #18182 --- sql/updates/world/3.3.5/2017_02_18_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_02_18_01_world.sql diff --git a/sql/updates/world/3.3.5/2017_02_18_01_world.sql b/sql/updates/world/3.3.5/2017_02_18_01_world.sql new file mode 100644 index 00000000000..128583316b9 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_18_01_world.sql @@ -0,0 +1,3 @@ +-- +-- These items should be contained only in Decoded True Believer Clippings +DELETE FROM `creature_loot_template` WHERE `Item` IN (20518,20531,20532,20541,20545,20546,20552,20676,20677,20678,20679);