fix(DB/spell_custom_attr): Debuffs incorrectly applied as buffs (#3798)

This commit is contained in:
Vox
2020-12-14 11:26:41 -05:00
committed by GitHub
parent 1f3210d85c
commit c100efdfd8

View File

@@ -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);