From c2bc3a91446c21577c243f03b11d098bdaf68a4a Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 4 Jan 2022 17:56:43 -0500 Subject: [PATCH] =?UTF-8?q?Core/Spells:=20Survey=20Sinkholes=20will=20now?= =?UTF-8?q?=20have=20a=20bigger=20range=20to=20be=20able=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port From (https://github.com/TrinityCore/TrinityCore/commit/fc7ea1803972f79678b71ac172927be6a03ad1b0) --- Source/Game/Spells/SpellManager.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index 32908c842..db2ebaea1 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -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 => {