From e81b487b1203f5ade6f47a909d2b7c3a79eb5b52 Mon Sep 17 00:00:00 2001 From: Raelorasz <82320853+Raelorasz@users.noreply.github.com> Date: Tue, 18 May 2021 13:30:25 +0200 Subject: [PATCH] fix(DB/creature_loot_template): Remove the Scarlet Key from creature loot tables (#5814) --- data/sql/updates/pending_db_world/rev_1620842884434937800.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1620842884434937800.sql diff --git a/data/sql/updates/pending_db_world/rev_1620842884434937800.sql b/data/sql/updates/pending_db_world/rev_1620842884434937800.sql new file mode 100644 index 000000000..2e1b785c3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1620842884434937800.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620842884434937800'); + +DELETE FROM `creature_loot_template` WHERE `Item` = 7146 AND `Entry` IN (4291,4299,4540);