fix(DB/Custom): Sunder Armor should stack from different sources (#17665)

This commit is contained in:
avarishd 2023-11-10 21:25:02 +02:00 committed by GitHub
parent 2cccf0a599
commit ee2eae7c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);