From 97ef73d92b02c658d59611517e9bd33376a0d8c3 Mon Sep 17 00:00:00 2001 From: FlyingArowana Date: Sun, 9 Nov 2025 13:36:50 +0000 Subject: [PATCH 1/2] Create rev_1762695074553179900.sql --- data/sql/updates/pending_db_world/rev_1762695074553179900.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1762695074553179900.sql 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..8d4e26e153 --- /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; From 542493e390d54a3857052b830e7bc292edabea88 Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Sun, 9 Nov 2025 13:54:06 +0000 Subject: [PATCH 2/2] Update rev_1762695074553179900.sql --- data/sql/updates/pending_db_world/rev_1762695074553179900.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/updates/pending_db_world/rev_1762695074553179900.sql b/data/sql/updates/pending_db_world/rev_1762695074553179900.sql index 8d4e26e153..7003829557 100644 --- a/data/sql/updates/pending_db_world/rev_1762695074553179900.sql +++ b/data/sql/updates/pending_db_world/rev_1762695074553179900.sql @@ -1,3 +1,3 @@ --- Makes sure the Shaman player gets the required ritual toch item and that requires the quest to drop +-- 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;