From 2493f1130fedc7d96dbd35a32c5890759a58446c Mon Sep 17 00:00:00 2001 From: Ragelezz <69433539+Ragelezz@users.noreply.github.com> Date: Wed, 20 Oct 2021 11:27:18 +0300 Subject: [PATCH] fix(DB\Loot):Decoded Twilight Texts should not drop from creatures (#8493) --- data/sql/updates/pending_db_world/rev_1634152947344486200.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634152947344486200.sql diff --git a/data/sql/updates/pending_db_world/rev_1634152947344486200.sql b/data/sql/updates/pending_db_world/rev_1634152947344486200.sql new file mode 100644 index 000000000..bfb3a8ce4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634152947344486200.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634152947344486200'); + +DELETE FROM `creature_loot_template` WHERE `item` IN (20541,20552,20678,20679,20545); +