fix(DB/Custom): Sundering Swipe should stack from different sources (#17638)

This commit is contained in:
avarishd
2023-11-08 09:03:55 +02:00
committed by GitHub
parent 46e867a0bf
commit 47dc878408

View File

@@ -0,0 +1,3 @@
-- Sundering Swipe
DELETE FROM `spell_custom_attr` WHERE `spell_id`=35147;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (35147, 4194304);