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:
parent
1fdf2546ea
commit
5df23db101
1 changed files with 1 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
DELETE FROM reference_loot_template WHERE (`Entry` = 4110) AND (`Item` IN (30520, 30986));
|
||||
Loading…
Add table
Add a link
Reference in a new issue