From 030900d1f63b281acafa644a74cc4c3153e6bc1f Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 10 Jul 2016 01:31:48 +0200 Subject: DB/Loot: Tailoring's bolts should not drop from any creature (cherry picked from commit 8e721e1965861e3b823408b116db3d8a4bf67410) --- sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql b/sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql new file mode 100644 index 00000000000..57ff1fd9cca --- /dev/null +++ b/sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` IN (2996, 2997, 4305, 4339, 14048); -- cgit v1.2.3