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 64ab5779e1)
This commit is contained in:
SnapperRy
2016-10-02 19:22:32 +02:00
committed by joschiwald
parent 252a4a338c
commit bbdf89e694

View File

@@ -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);