From ecb92f9d669f8f888eedf5feb229a0e350e02976 Mon Sep 17 00:00:00 2001 From: "Jan M. D. Hansen" <53914190+jamadaha@users.noreply.github.com> Date: Fri, 1 Oct 2021 16:58:13 +0200 Subject: [PATCH] fix(DB/Loot): removes under-leveled loot from Anvilrage Guardsman (#8036) --- .../updates/pending_db_world/rev_1632327857472629400.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1632327857472629400.sql diff --git a/data/sql/updates/pending_db_world/rev_1632327857472629400.sql b/data/sql/updates/pending_db_world/rev_1632327857472629400.sql new file mode 100644 index 000000000..6793d3721 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1632327857472629400.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632327857472629400'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 8891 AND `Item` IN (24086, 774, 818, 1206, 1210, 1529, 1705, 2449, 3356, 3357, 3820, 5498, 5500); + +# Note: This reference_loot_template entry has multiple (1000+) different mobs referencing it. +# Checked a couple of the mobs (On Wowhead) and found that it varied whether they dropped the item (Citrine) +# Those that did had it in their individual table +DELETE FROM `reference_loot_template` WHERE `Entry` = 24036 AND `Item` = 3864;