mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +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