fix(DB/Loot): Add Design: Infused Twilight Opal to Anub'Arak heroic drop table (#26158)

This commit is contained in:
jakem009
2026-06-13 06:03:05 +10:00
committed by GitHub
parent 6d124440dd
commit 8262514a36

View File

@@ -0,0 +1,3 @@
DELETE FROM `creature_loot_template` WHERE `Entry` = 31610 AND `Item` = 41796;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(31610, 41796, 0, 100, 0, 1, 0, 1, 1, 'Anub\'arak (1) - Design: Infused Twilight Opal');