mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Loot: Add missing recipe and replace a furious weapon with the correct item
Closes #6925,#6924
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Replace Furious Weapon drop with drop that should be in the Cache of Living Stone
|
||||
UPDATE `reference_loot_template` SET `item` =45695 WHERE (`entry` =34361 AND `item` =45965);
|
||||
-- add missing Recipe: Mighty Shadow Protection Potion on Cultist Shard Watcher
|
||||
DELETE FROM `creature_loot_template` WHERE `entry`=32349 AND `item`=44568;
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
(32349,44568,0.5,1,0,1,1);
|
||||
Reference in New Issue
Block a user