mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(DB/Spells) add Battle Squawk to Melee Haste aura stack group (#22021)
Battle Squawk no longer stacks melee haste buff(s)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `spell_group` WHERE `id` = 1005 AND `spell_id` = 23060;
|
||||
INSERT INTO `spell_group` VALUES (1005, 23060, 0);
|
||||
Reference in New Issue
Block a user