fix(DB/spell_custom_attr): Debuffs incorrectly applied as buffs (#3798)
This commit is contained in:
parent
1f3210d85c
commit
c100efdfd8
1 changed files with 10 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue