diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-03-03 23:50:14 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-03-03 23:50:14 -0300 |
commit | 25cbf0a8a64dbecc501219ed3653afd07284bdef (patch) | |
tree | 28e3bae715d15f5ea47419f170f7e6aecb17c362 | |
parent | ebba8dcba87190cfdef55bd896a11d2d234cd754 (diff) |
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
-rw-r--r-- | sql/updates/world/3.3.5/2017_03_04_01_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_04_01_world_335.sql b/sql/updates/world/3.3.5/2017_03_04_01_world_335.sql new file mode 100644 index 00000000000..8297338fcc1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_04_01_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_group_stack_rules` SET `stack_rule`=3 WHERE `group_id` IN (1054,1056,1094); |