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:
Tereneckla 2025-04-30 00:44:49 +00:00 committed by GitHub
parent b7f75c4673
commit d86caa05db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
DELETE FROM `spell_group` WHERE `id` = 1005 AND `spell_id` = 23060;
INSERT INTO `spell_group` VALUES (1005, 23060, 0);