fix(DB/Spells): Dirge's Kickin' Chimaerok Chops should not stack with… (#15209)
This commit is contained in:
parent
88401360ab
commit
d68913d1df
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_group` WHERE `id`=1001 AND `spell_id`=25661;
|
||||
INSERT INTO `spell_group` VALUES
|
||||
(1001,25661,0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue