From e15bd2a99a1c337582ba9d03db6dcb8b3f4ccdc4 Mon Sep 17 00:00:00 2001 From: Nefertumm Date: Fri, 21 Jan 2022 11:01:49 -0300 Subject: [PATCH] fix(DB/Loot): Remove invalid loot from Flamewaker Healer (#10280) --- data/sql/updates/pending_db_world/rev_1642717476472256500.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1642717476472256500.sql diff --git a/data/sql/updates/pending_db_world/rev_1642717476472256500.sql b/data/sql/updates/pending_db_world/rev_1642717476472256500.sql new file mode 100644 index 000000000..206d780fd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1642717476472256500.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642717476472256500'); + +DELETE FROM `creature_loot_template` WHERE `Entry` = 11663 AND `Item` IN (18646, 18703, 18803, 18805, 18806, 18808, 18809, 18810, 18811, 18812, 19139, 19140);