mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
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:
@@ -0,0 +1 @@
|
||||
DELETE FROM reference_loot_template WHERE (`Entry` = 4110) AND (`Item` IN (30520, 30986));
|
||||
Reference in New Issue
Block a user