From 589bd28a6d6fbb311e8ba51c7ee79370bc54dfcb Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 2 May 2020 17:59:11 +0200 Subject: DB/Loot: Remove incorrect items from some quest chests Closes #24543 (cherry picked from commit 9b5375f858b7a9bac409cc0b17c56391f2787f5b) --- sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql (limited to 'sql') 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); -- cgit v1.2.3