fix(DB/Loot): Syndicate emblems in junkboxes (#13750)

This commit is contained in:
BeefSteak
2022-11-13 18:43:40 +00:00
committed by GitHub
parent fb08f8e905
commit c11017af3d

View File

@@ -0,0 +1,2 @@
-- Remove Syndicate emblems from Battered Junkbox and Worn Junkbox
DELETE FROM `item_loot_template` WHERE `Entry` IN (16882, 16883) AND (`Item` IN (17124));