Core/Spells: fixed Grace proc spell range

Closes #14
This commit is contained in:
Ovahlord
2018-08-24 07:28:58 +02:00
parent 16545540bc
commit 9322527aff

View File

@@ -4752,6 +4752,14 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].ApplyAuraName = SPELL_AURA_DUMMY;
});
// Grace
ApplySpellFix({
47930,
77613
},[](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{