From abde8ef5a8e488d0860f026f4cf6b4cbfff476fe Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:58:15 +0200 Subject: [PATCH] fix(DB/Loot): Humbert's set (#20451) * fix(DB/Loot): Humbert's set * . --- .../updates/pending_db_world/rev_1730825421243583400.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1730825421243583400.sql diff --git a/data/sql/updates/pending_db_world/rev_1730825421243583400.sql b/data/sql/updates/pending_db_world/rev_1730825421243583400.sql new file mode 100644 index 000000000..488a326dd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1730825421243583400.sql @@ -0,0 +1,8 @@ +-- Humbert's set +DELETE FROM `reference_loot_template` WHERE `Item` IN (3053,4723,4724); + +DELETE FROM `creature_loot_template` WHERE `Entry`=14275 AND `Item`=3053; +DELETE FROM `creature_loot_template` WHERE `Entry`=2346 AND `Item`=4723; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(14275, 3053, 0, 1.5, 0, 1, 0, 1, 1, 'Tamra Stormpike - Humbert\'s Chestpiece'), +(2346, 4723, 0, 3, 0, 1, 0, 1, 1, 'Dun Garok Priest - Humbert\'s Pants');