From b48d85c442e5e18038a65ba7c6faf301c1ca023b Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:16:58 -0300 Subject: [PATCH] fix(DB/Loot): Adjust Prospecting rates for Fel Iron Ore (#24432) --- .../rev_1768581330014845600.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1768581330014845600.sql diff --git a/data/sql/updates/pending_db_world/rev_1768581330014845600.sql b/data/sql/updates/pending_db_world/rev_1768581330014845600.sql new file mode 100644 index 000000000..95682b06b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1768581330014845600.sql @@ -0,0 +1,17 @@ +-- +DELETE FROM `prospecting_loot_template` WHERE (`Entry` = 23424); +INSERT INTO `prospecting_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(23424, 21929, 0, 0, 0, 1, 1, 1, 2, 'Flame Spessarite'), +(23424, 23077, 0, 0, 0, 1, 1, 1, 2, 'Blood Garnet'), +(23424, 23079, 0, 0, 0, 1, 1, 1, 2, 'Deep Peridot'), +(23424, 23107, 0, 0, 0, 1, 1, 1, 2, 'Shadow Draenite'), +(23424, 23112, 0, 0, 0, 1, 1, 1, 2, 'Golden Draenite'), +(23424, 23117, 0, 0, 0, 1, 1, 1, 2, 'Azure Moonstone'), +(23424, 23436, 0, 4, 0, 1, 2, 1, 1, 'Living Ruby'), +(23424, 23437, 0, 4, 0, 1, 2, 1, 1, 'Talasite'), +(23424, 23438, 0, 4, 0, 1, 2, 1, 1, 'Star of Elune'), +(23424, 23439, 0, 4, 0, 1, 2, 1, 1, 'Noble Topaz'), +(23424, 23440, 0, 4, 0, 1, 2, 1, 1, 'Dawnstone'), +(23424, 23441, 0, 4, 0, 1, 2, 1, 1, 'Nightseye'); + +DELETE FROM `reference_loot_template` WHERE `Entry` = 1000;