Core/SpellMgr: overwrite DBC RangeEntry for Safeguard

Closes #18117
This commit is contained in:
ariel-
2016-10-26 23:58:31 -03:00
parent 92561a274a
commit e17e489207

View File

@@ -3004,6 +3004,10 @@ void SpellMgr::LoadSpellInfoCorrections()
case 68766: // Desecration (Rank 2)
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(2); // Melee Range
break;
case 46946: // Safeguard (Rank 1)
case 46947: // Safeguard (Rank 2)
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(34); // Twenty-Five yards
break;
// VIOLET HOLD SPELLS
//
case 54258: // Water Globule (Ichoron)