From c3aed419c03e8f14315cf87e282588fe97263644 Mon Sep 17 00:00:00 2001 From: syssneck <68868567+syssneck@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:50:59 +0200 Subject: [PATCH] fix(DB/creature_loot): Crimson Hammersmith (#8547) --- .../pending_db_world/rev_1634315396844620743.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634315396844620743.sql diff --git a/data/sql/updates/pending_db_world/rev_1634315396844620743.sql b/data/sql/updates/pending_db_world/rev_1634315396844620743.sql new file mode 100644 index 000000000..c301521d1 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634315396844620743.sql @@ -0,0 +1,12 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634315396844620743'); + +-- Adjusts the loot of Crimson Hammersmith +DELETE FROM `creature_loot_template` WHERE `Entry` = 11120 AND `Item` IN (18781, 12811, 13446, 8932, 8766, 0, 1); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(11120, 18781, 0, 64, 0, 1, 0, 1, 1, 'Crimson Hammersmith - Bottom Half of Advanced Armorsmithing: Volume II'), +(11120, 12811, 0, 4, 0, 1, 0, 1, 1, 'Righteous Orb'), +(11120, 13446, 0, 1.1, 0, 1, 0, 1, 1, 'Major Healing Potion'), +(11120, 8932, 0, 4, 0, 1, 0, 1, 1, 'Alterac Swiss'), +(11120, 8766, 0, 1.8, 0, 1, 0, 1, 1, 'Morning Glory Dew'), +(11120, 0, 24024, 2, 0, 1, 0, 1, 1, 'Small chance for RLT 24024 (greys)'), +(11120, 1, 24016, 1.5, 0, 1, 0, 1, 1, 'Small chance for RLT 24016 (greens)');