Merge 542493e390d54a3857052b830e7bc292edabea88 into 5bef92d5eaca3e2ecc317f9d599312bc23eb71aa

This commit is contained in:
Ryan Turner 2025-11-09 23:29:06 +01:00 committed by GitHub
commit a4fb26e22e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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` = 100, `QuestRequired` = 1 WHERE `Entry` = 24336 AND `Item` = 23682;
UPDATE `item_loot_template` SET `Chance` = 85 WHERE `Entry` = 24336 AND `Item` = 24335;