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:
@@ -4261,6 +4261,12 @@ namespace Game.Entities
|
|||||||
spellInfo.ProcChance = 10;
|
spellInfo.ProcChance = 10;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Survey Sinkholes
|
||||||
|
ApplySpellFix(new[] { 45853 }, spellInfo =>
|
||||||
|
{
|
||||||
|
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(5); // 40 yards
|
||||||
|
});
|
||||||
|
|
||||||
// Baron Rivendare (Stratholme) - Unholy Aura
|
// Baron Rivendare (Stratholme) - Unholy Aura
|
||||||
ApplySpellFix(new [] { 17466, 17467 }, spellInfo =>
|
ApplySpellFix(new [] { 17466, 17467 }, spellInfo =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user