mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/Custom): Sunder Armor should stack from different sources (#17665)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user