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:
avarishd
2023-11-16 21:21:57 +02:00
committed by GitHub
parent 79babb91ed
commit 69c1ed2e99

View File

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