diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-02-14 22:07:06 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-02-14 22:07:06 -0300 |
commit | 1edd81f9d503db566b4836ddffe369a788e271ad (patch) | |
tree | d84b4935847378189a34f03e6d90a490fc325896 /src/server/game/Spells/SpellMgr.cpp | |
parent | 63c436f5fb6924b872050cf5838a4052d9034935 (diff) |
Core/Scripts: fix Healing Stream Totem coefficient and animation
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 42e978cb918..95bb04aa3c2 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3047,6 +3047,11 @@ void SpellMgr::LoadSpellInfoCorrections() ApplySpellFix({ 379, // Earth Shield 33778, // Lifebloom Final Bloom + + 52042, // Healing Stream Totem + // this one is here because we have no SP bonus for dmgclass none spell + // but this one should since it's DBC data, it won't crit because it already has can't crit attr + 64844, // Divine Hymn 71607, // Item - Bauble of True Blood 10m 71646, // Item - Bauble of True Blood 25m |