mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user