mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot: Remove incorrect items from some quest chests
Closes #24543
(cherry picked from commit 9b5375f858)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user