mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 09:14:34 +00:00
fix(DB/spell_custom_attr): Debuffs incorrectly applied as buffs (#3798)
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
Reference in New Issue
Block a user