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:
Wyrserth
2019-06-16 20:44:04 +02:00
committed by Shauren
parent d17c06793e
commit 302a13f57f

View File

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