From c100efdfd8342ea2bb2bc1f27d4795f8d6ebf164 Mon Sep 17 00:00:00 2001 From: Vox Date: Mon, 14 Dec 2020 11:26:41 -0500 Subject: [PATCH] fix(DB/spell_custom_attr): Debuffs incorrectly applied as buffs (#3798) --- .../pending_db_world/rev_1606594157029530500.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1606594157029530500.sql diff --git a/data/sql/updates/pending_db_world/rev_1606594157029530500.sql b/data/sql/updates/pending_db_world/rev_1606594157029530500.sql new file mode 100644 index 000000000..1b08e7abb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1606594157029530500.sql @@ -0,0 +1,10 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1606594157029530500'); + +-- (Algalon the Observer): 'Phase Punch' applied as debuff +DELETE FROM `spell_custom_attr` WHERE `spell_id` = 64412; + +-- (High King Maulgar): 'Death Coil' applied as debuff +DELETE FROM `spell_custom_attr` WHERE `spell_id`=33130; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES +(33130,12288); +