diff --git a/data/sql/updates/pending_db_world/rev_1762695074553179900.sql b/data/sql/updates/pending_db_world/rev_1762695074553179900.sql new file mode 100644 index 0000000000..7003829557 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1762695074553179900.sql @@ -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;