mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38: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.
This commit is contained in:
3
sql/updates/world/3.3.5/2016_10_02_08_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_10_02_08_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user