fix(DB/Spells): Dirge's Kickin' Chimaerok Chops should not stack with… (#15209)

This commit is contained in:
UltraNix
2023-03-04 21:40:48 +01:00
committed by GitHub
parent 88401360ab
commit d68913d1df

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_group` WHERE `id`=1001 AND `spell_id`=25661;
INSERT INTO `spell_group` VALUES
(1001,25661,0);