Core/Spells: Survey Sinkholes will now have a bigger range to be able…

… to hit all trigger npcs

By Ovahlord

(cherry picked from commit 028db8432eb220de198123871741fd8c36c52ebe)
This commit is contained in:
Aokromes
2021-12-18 20:31:45 +01:00
committed by Shauren
parent e0e1978b08
commit fc7ea18039
+6
View File
@@ -4586,6 +4586,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->ProcChance = 10;
});
// Survey Sinkholes
ApplySpellFix({ 45853 }, [](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(5); // 40 yards
});
// Baron Rivendare (Stratholme) - Unholy Aura
ApplySpellFix({ 17466, 17467 }, [](SpellInfo* spellInfo)
{