aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-02 19:22:32 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-03-05 01:06:39 +0100
commitbbdf89e694efc81a283fcaf7b5c3feea9157c0d1 (patch)
treec4aaba77d32720206114bc72a579ce5306d5d868
parent252a4a338c880c581cd8038aaa6eabeaa727f16c (diff)
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)
-rw-r--r--sql/updates/world/master/2017_03_04_27_world_2016_10_02_08_world.sql3
1 files changed, 3 insertions, 0 deletions
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);