mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-04-27 15:20:48 -07: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:
parent
b7f75c4673
commit
d86caa05db
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_group` WHERE `id` = 1005 AND `spell_id` = 23060;
|
||||
INSERT INTO `spell_group` VALUES (1005, 23060, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue