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:
samsam1993
2023-09-27 11:45:07 +03:00
committed by GitHub
parent 0db63275c8
commit 2e77820153

View File

@@ -0,0 +1,2 @@
--
UPDATE `reference_loot_template` SET `Item` = 30559, `Comment` = 'Etched Fire Opal' WHERE `Entry` = 43010 AND `Item` = 30556;