From bbdf89e694efc81a283fcaf7b5c3feea9157c0d1 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 2 Oct 2016 19:22:32 +0200 Subject: DB/Loot: remove some wrong items from gameobject and creature loot. Affected items: Green Linen Shirt, Iron Pommel, Mood Ring, Miniscule Diamond Ring, Cubic Zirconia Ring and Silver Piffeny Band. (cherry picked from commit 64ab5779e1d83f275d7aca9891cafa73bfc4f02c) --- sql/updates/world/master/2017_03_04_27_world_2016_10_02_08_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_03_04_27_world_2016_10_02_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_03_04_27_world_2016_10_02_08_world.sql b/sql/updates/world/master/2017_03_04_27_world_2016_10_02_08_world.sql new file mode 100644 index 00000000000..6a7010eefc7 --- /dev/null +++ b/sql/updates/world/master/2017_03_04_27_world_2016_10_02_08_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` IN (2579, 5519); +DELETE FROM `gameobject_loot_template` WHERE `Item` IN (7338, 7339, 7341, 7342); -- cgit v1.2.3