mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(DB/Loot): Add Design: Infused Twilight Opal to Anub'Arak heroic drop table (#26158)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user