From fba0797f6b094157d71c8790ae7184b7630ee8c1 Mon Sep 17 00:00:00 2001 From: Ragelezz <69433539+Ragelezz@users.noreply.github.com> Date: Wed, 20 Oct 2021 11:28:31 +0300 Subject: [PATCH] fix(DB\Loot):Magic Resistance Potion should not drop at all (#8518) --- data/sql/updates/pending_db_world/rev_1634231239387070000.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634231239387070000.sql diff --git a/data/sql/updates/pending_db_world/rev_1634231239387070000.sql b/data/sql/updates/pending_db_world/rev_1634231239387070000.sql new file mode 100644 index 000000000..7bd71212d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634231239387070000.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634231239387070000'); + +DELETE FROM `creature_loot_template` WHERE `item`=9036;