mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Spell): Allow Sunder Armor to stack (#22669)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user