mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/reference_loot_template): Corrected Shadow Labyrinth gem drops (#17190)
* fix(DB/reference_loot_template): Corrected Shadow Labyrinth gem drops Heroic Shadow Labyrinth bosses dropped incorrect gem. They had a chance to drop Glinting Fire Opal, but this fix corrects them to drop Etched Fire Opal instead. * Update data/sql/updates/pending_db_world/SL_gem_loot_fix.sql * Update data/sql/updates/pending_db_world/SL_gem_loot_fix.sql --------- Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
This commit is contained in:
2
data/sql/updates/pending_db_world/SL_gem_loot_fix.sql
Normal file
2
data/sql/updates/pending_db_world/SL_gem_loot_fix.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `reference_loot_template` SET `Item` = 30559, `Comment` = 'Etched Fire Opal' WHERE `Entry` = 43010 AND `Item` = 30556;
|
||||
Reference in New Issue
Block a user