fix(DB/Spell): Allow Armor Shatter/Puncture armor to stack (#17429)

This commit is contained in:
avarishd
2023-10-08 15:38:02 +03:00
committed by GitHub
parent 98f9cfc756
commit 771b3d7df9

View File

@@ -0,0 +1,7 @@
-- Annihilator - Armor Shatter
DELETE FROM `spell_custom_attr` WHERE `spell_id`=16928;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (16928, 4194304);
-- Bashguuder & Bashguuder - Puncture Armor
DELETE FROM `spell_custom_attr` WHERE `spell_id`=17315;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (17315, 4194304);