mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Loot: Add Recipe Mighty Arcane Protection Potion to Cult Researcher and Frostbrood Spawn
Closes #2385
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN (31702,32297) AND `item`=44564;
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
(31702,44564,0.5,1,0,1,1), -- Recipe: Mighty Arcane Protection Potion on Frostbrood Spawn
|
||||
(32297,44564,0.5,1,0,1,1); -- Recipe: Mighty Arcane Protection Potion on Cult Researcher
|
||||
Reference in New Issue
Block a user