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

Port From (https://github.com/TrinityCore/TrinityCore/commit/fc7ea1803972f79678b71ac172927be6a03ad1b0)
This commit is contained in:
hondacrx
2022-01-04 17:56:43 -05:00
parent 8c8e78bcbf
commit c2bc3a9144
+6
View File
@@ -4261,6 +4261,12 @@ namespace Game.Entities
spellInfo.ProcChance = 10;
});
// Survey Sinkholes
ApplySpellFix(new[] { 45853 }, spellInfo =>
{
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(5); // 40 yards
});
// Baron Rivendare (Stratholme) - Unholy Aura
ApplySpellFix(new [] { 17466, 17467 }, spellInfo =>
{