From e515dfaa58f9f4df2f9c051ae9cb1a17fcddd2c3 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:26:05 +0200 Subject: [PATCH] fix(DB/Loot): Remove normal loot drops from OHF bosses (#16553) initial --- data/sql/updates/pending_db_world/fix-hc-loot-bosses-ohf.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/fix-hc-loot-bosses-ohf.sql diff --git a/data/sql/updates/pending_db_world/fix-hc-loot-bosses-ohf.sql b/data/sql/updates/pending_db_world/fix-hc-loot-bosses-ohf.sql new file mode 100644 index 000000000..5dc939155 --- /dev/null +++ b/data/sql/updates/pending_db_world/fix-hc-loot-bosses-ohf.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry` = 20521 AND `Item` IN (27424, 27428, 27430); -- removing 3 normal items from HC Skarlock +DELETE FROM `creature_loot_template` WHERE `Entry` = 20531 AND `Item` IN (27433, 27434, 27440); -- removing 3 normal items from HC Epoch Hunter +DELETE FROM `creature_loot_template` WHERE `Entry` = 20535 AND `Item` IN (27417, 27423); -- removing 2 normal items from HC Captain Drake