diff --git a/data/sql/updates/pending_db_world/Wrong_Loot.sql b/data/sql/updates/pending_db_world/Wrong_Loot.sql new file mode 100644 index 000000000..024bc050b --- /dev/null +++ b/data/sql/updates/pending_db_world/Wrong_Loot.sql @@ -0,0 +1,3 @@ + +-- Remove Sunglow Vest from Eredar Twins loot +DELETE FROM `reference_loot_template` WHERE (`Entry` = 34085) AND (`Item` IN (34212));