diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-30 04:55:05 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-30 04:55:05 -0300 |
| commit | 6c7cf99594d30d11d2f8ab654ea7d48845f1d777 (patch) | |
| tree | 66ef46bba4bf346392b4ee2e4a8ad9cff62d86e1 /src | |
| parent | b3a4815067d154fb35da87aa8e7365995d6f65f5 (diff) | |
Core/Spell: fix range for Ancestral Healing (shaman) and Grace (priest)
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 22e0f4cf141..a0d35b19825 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -2846,6 +2846,10 @@ void SpellMgr::LoadSpellInfoCorrections() case 27915: // Anchor to Skulls case 27931: // Anchor to Skulls case 27937: // Anchor to Skulls + case 16177: // Ancestral Fortitude (Rank 1) + case 16236: // Ancestral Fortitude (Rank 2) + case 16237: // Ancestral Fortitude (Rank 3) + case 47930: // Grace spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(13); break; // target allys instead of enemies, target A is src_caster, spells with effect like that have ally target |
