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:
parent
79babb91ed
commit
69c1ed2e99
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue