fix(DB/Spell): Allow Sunder Armor to stack (#22669)

This commit is contained in:
v-mstrs
2025-08-13 00:09:37 +02:00
committed by GitHub
parent 58504b8a36
commit d917eec261

View File

@@ -0,0 +1,5 @@
-- Anub'ar Guardian - Sunder Armor, Sunder Armor(H)
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (53618, 59350);
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(53618, 4194304),
(59350, 4194304);