From c791e2080e287e052fcaf717e3106977c822d28f Mon Sep 17 00:00:00 2001 From: BeefSteak Date: Mon, 21 Nov 2022 21:59:55 +0000 Subject: [PATCH] fix(DB/Loot): Coilfang Water Elemental loot (#13832) --- data/sql/updates/pending_db_world/removeloot.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/removeloot.sql diff --git a/data/sql/updates/pending_db_world/removeloot.sql b/data/sql/updates/pending_db_world/removeloot.sql new file mode 100644 index 000000000..83a1d6177 --- /dev/null +++ b/data/sql/updates/pending_db_world/removeloot.sql @@ -0,0 +1,2 @@ +-- Remove golden pearl drop from creature +DELETE FROM `item_loot_template` WHERE `Entry` IN (17917, 20627) AND (`Item` IN (13926));