fix(DB/Loot): Remove Bloodforged Guard and Gold-Trimmed Cuffs from reference loot (#15609)

* fix(DB/Loot): removal of BOP quest loot

removes two quest items (Gold-Trimmed Cuffs and Bloodforged Guard) from a reference loot table used by a few mobs in Hellfire Peninsula.

* Update data/sql/updates/pending_db_world/remove-bop-quest-loot.sql
This commit is contained in:
elthehablo
2023-03-30 23:35:52 +02:00
committed by GitHub
parent 1fdf2546ea
commit 5df23db101

View File

@@ -0,0 +1 @@
DELETE FROM reference_loot_template WHERE (`Entry` = 4110) AND (`Item` IN (30520, 30986));