Core/Spells: Survey Sinkholes will now have a bigger range to be able to hit all trigger npcs

This commit is contained in:
Ovahlord
2019-08-11 23:31:59 +02:00
parent 4f78191b81
commit bcd0b653d7

View File

@@ -3475,6 +3475,13 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(173); // Anywhere
});
// Survey Sinkholes
ApplySpellFix({ 45853 }, [](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(5); // 40 yards
});
//
// BLACK TEMPLE SPELLS
//