mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Spell: Don't allow costume auras from Savory Deviate Delight to stack with each other
Closes #23417
(cherry picked from commit 578f93be24)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--
|
||||
DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1112;
|
||||
INSERT INTO `spell_group_stack_rules` (`group_id`, `stack_rule`) VALUES
|
||||
(1112, 1);
|
||||
DELETE FROM `spell_group` WHERE `id`=1112;
|
||||
INSERT INTO `spell_group` (`id`, `spell_id`) VALUES
|
||||
(1112, 8219),
|
||||
(1112, 8220),
|
||||
(1112, 8221),
|
||||
(1112, 8222);
|
||||
Reference in New Issue
Block a user