fix(DB/Custom): Sunder Armor should stack from different sources (#17665)
This commit is contained in:
parent
2cccf0a599
commit
ee2eae7c1b
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Sunder Armor
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=16145;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (16145, 4194304);
|
||||
Loading…
Add table
Add a link
Reference in a new issue