mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Spell): Sunder Armor should stack from different sources (#17695)
fix(DB/Custom): Sundering Armor should stack from different sources
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Sunder Armor
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=15572;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (15572, 4194304);
|
||||
Reference in New Issue
Block a user