mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 06:37:12 +01:00
Core/Spells: Survey Sinkholes will now have a bigger range to be able to hit all trigger npcs
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user