mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Core/Spell: fix range for Ancestral Healing (shaman) and Grace (priest)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user