From 2532ba8e7f0822b3f6fa092510fe933d59b33657 Mon Sep 17 00:00:00 2001 From: markvetx <78725204+markvetx@users.noreply.github.com> Date: Thu, 18 Mar 2021 23:24:13 +0300 Subject: [PATCH] fix(DB/Creature): Remove loot from Enslaved Druid of the Talon (#4840) --- data/sql/updates/pending_db_world/rev_1615700230262012467.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1615700230262012467.sql diff --git a/data/sql/updates/pending_db_world/rev_1615700230262012467.sql b/data/sql/updates/pending_db_world/rev_1615700230262012467.sql new file mode 100644 index 000000000..15ecd6f5b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1615700230262012467.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615700230262012467'); + +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 2852; +DELETE FROM `creature_loot_template` WHERE `Entry` = 2852;