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:
Tereneckla
2025-04-30 00:46:23 +00:00
committed by GitHub
parent 23dd832b47
commit 1144c05c21

View File

@@ -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);