DB/Loot: Remove incorrect items from some quest chests

Closes #24543

(cherry picked from commit 9b5375f858)
This commit is contained in:
offl
2020-05-02 17:59:11 +02:00
committed by Shauren
parent 676a6449ee
commit 589bd28a6d

View File

@@ -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);