fix(DB/Loot): Fireproof Satchel will now always drop the Ritual of Torch (#23585)
This commit is contained in:
parent
425e9b835a
commit
1090c209b3
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Makes sure the Shaman player gets the required ritual toch item and that requires the quest to drop
|
||||
UPDATE `item_loot_template` SET `Chance` = 0, `QuestRequired` = 1, `GroupId` = 1 WHERE `Entry` = 24336 AND `Item` = 23682;
|
||||
UPDATE `item_loot_template` SET `Chance` = 0, `GroupId` = 2 WHERE `Entry` = 24336 AND `Item` = 24335;
|
||||
Loading…
Add table
Add a link
Reference in a new issue