From 50582832c1a0b56290b7a66417bc57ab2c5f751a Mon Sep 17 00:00:00 2001 From: Synful-Syn Date: Thu, 29 Dec 2022 06:13:18 -0500 Subject: [PATCH] fix(DB/Loot): Remove `Primed Mold Key` from `Coilfang Emissary` (#14370) --- data/sql/updates/pending_db_world/remove-mold-key.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/remove-mold-key.sql diff --git a/data/sql/updates/pending_db_world/remove-mold-key.sql b/data/sql/updates/pending_db_world/remove-mold-key.sql new file mode 100644 index 000000000..cfabb5e96 --- /dev/null +++ b/data/sql/updates/pending_db_world/remove-mold-key.sql @@ -0,0 +1 @@ +DELETE FROM `creature_loot_template` WHERE `Entry` = 18681 AND `Item` = 31245;