mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(DB/Spells) add K'iru's Song of Victory to Intellect and Stamina aura stack groups (#22022)
K'iru's Song of Victory no longer stacks with Intellect and Stamina buff(s)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
DELETE FROM `spell_group` WHERE `id` = 1024;
|
||||
DELETE FROM `spell_group_stack_rules` WHERE `group_id` = 1024;
|
||||
DELETE FROM `spell_group` WHERE `id` = 1019 AND `spell_id` IN (1243,8099,21562,23947,23948,46302,72590);
|
||||
INSERT INTO `spell_group` VALUES (1019, 1243, 0),
|
||||
(1019, 8099, 0),
|
||||
(1019, 21562, 0),
|
||||
(1019, 23947, 0),
|
||||
(1019, 23948, 0),
|
||||
(1019, 46302, 0),
|
||||
(1019, 72590, 0);
|
||||
Reference in New Issue
Block a user