mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(DB/Spells): Dirge's Kickin' Chimaerok Chops should not stack with… (#15209)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `spell_group` WHERE `id`=1001 AND `spell_id`=25661;
|
||||||
|
INSERT INTO `spell_group` VALUES
|
||||||
|
(1001,25661,0);
|
||||||
Reference in New Issue
Block a user