From 032c3168988bda19ea3cf8dd9808ca2d92ee6394 Mon Sep 17 00:00:00 2001 From: Ragelezz <69433539+Ragelezz@users.noreply.github.com> Date: Wed, 20 Oct 2021 11:27:53 +0300 Subject: [PATCH] fix(DB\Loot):Catseye Elixir should not drop at all (#8517) --- data/sql/updates/pending_db_world/rev_1634230978809852000.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634230978809852000.sql diff --git a/data/sql/updates/pending_db_world/rev_1634230978809852000.sql b/data/sql/updates/pending_db_world/rev_1634230978809852000.sql new file mode 100644 index 000000000..b341d24f6 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634230978809852000.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634230978809852000'); + +DELETE FROM `creature_loot_template` WHERE `item`=10592;