diff --git a/sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql b/sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql new file mode 100644 index 00000000000..2308f0429b4 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql @@ -0,0 +1,2 @@ +-- Remove incorrect items from Trelane's Chest / Footlocker / Lockbox and Alterac Granite +DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (2145,2177,2178,2179) AND `Item` NOT IN (4521,4530,4531,4532);