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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user