mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Spell): Allow Armor Shatter/Puncture armor to stack (#17429)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user