From ac119623b3eb46ced82359de57ebfee9269ce4fa Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Fri, 15 Oct 2021 09:25:51 +1030 Subject: [PATCH] fix(DB/creature_loot): Remove Plans: Corruption from various NPCs (#8482) --- .../updates/pending_db_world/rev_1634130719161646149.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634130719161646149.sql diff --git a/data/sql/updates/pending_db_world/rev_1634130719161646149.sql b/data/sql/updates/pending_db_world/rev_1634130719161646149.sql new file mode 100644 index 000000000..8cd8ab1a8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634130719161646149.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634130719161646149'); + +-- Delete Plans: Corruption from various NPCs +DELETE FROM `creature_loot_template` WHERE `Entry` IN (10398, 10399, 10400, 10406, 10407, 10408, 10409, 10412, 10413, 10463, 10464) AND `Item` = 12830; + +-- Delete Plans: Corruption from RLT 24709 +DELETE FROM `reference_loot_template` WHERE `Entry` = 24709 AND `Item` = 12830; +