mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Fix(DB/Loot) Remove Sunglow Vest from Eredar Twins loot. (#21831)
This commit is contained in:
3
data/sql/updates/pending_db_world/Wrong_Loot.sql
Normal file
3
data/sql/updates/pending_db_world/Wrong_Loot.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Remove Sunglow Vest from Eredar Twins loot
|
||||
DELETE FROM `reference_loot_template` WHERE (`Entry` = 34085) AND (`Item` IN (34212));
|
||||
Reference in New Issue
Block a user