aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <Wyrserth@users.noreply.github.com>2019-06-16 20:44:04 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-11 14:16:15 +0100
commit302a13f57f57946b508cd74698a6b915dbbb0d3f (patch)
tree911e2525ca469eb6f943f16637aaeb879d4770f8
parentd17c06793e264e5ece1577d45f872130cd152ec0 (diff)
DB/Spell: Don't allow costume auras from Savory Deviate Delight to stack with each other
Closes #23417 (cherry picked from commit 578f93be24e7f7292fad9e896373741fcde0a765)
-rw-r--r--sql/updates/world/master/2021_12_11_14_world_2019_06_16_01_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_14_world_2019_06_16_01_world.sql b/sql/updates/world/master/2021_12_11_14_world_2019_06_16_01_world.sql
new file mode 100644
index 00000000000..8405d7ca31c
--- /dev/null
+++ b/sql/updates/world/master/2021_12_11_14_world_2019_06_16_01_world.sql
@@ -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);