DB/Spell: fix stack rules for some groups

- Haste % (Improved Moonkin Aura, Swift Retribution)
- Damage % (Arcane Empowerment, Sanctified Retribution, Ferocious Inspiration)
- Healing % (Tree of Life, Improved Devotion Aura)

Closes #16331
Closes #17175
This commit is contained in:
ariel-
2017-03-03 23:50:14 -03:00
parent ebba8dcba8
commit 25cbf0a8a6

View File

@@ -0,0 +1 @@
UPDATE `spell_group_stack_rules` SET `stack_rule`=3 WHERE `group_id` IN (1054,1056,1094);