Skip to content

Commit

Permalink
DB/Spell: Don't allow costume auras from Savory Deviate Delight to st…
Browse files Browse the repository at this point in the history
…ack with each other

Closes #23417
  • Loading branch information
Wyrserth authored and Killyana committed Jun 16, 2019
1 parent d98b782 commit 578f93b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sql/updates/world/3.3.5/2019_06_16_01_world.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 578f93b

Please sign in to comment.