From 2e0864b722def0e8f986718634fafb8db01996af Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 11 Dec 2017 11:11:51 -0500 Subject: [PATCH] Core/Spells: Fixed typo in SpellMgr::LoadSpellInfoCorrections --- Source/Game/Spells/SpellManager.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index bb69f2e2e..e94f7d8d6 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -2348,10 +2348,7 @@ namespace Game.Entities case 27892: // To Anchor 1 case 27928: // To Anchor 1 case 27935: // To Anchor 1 - case 27915: // Anchor to Skulls - case 27931: // Anchor to Skulls - case 27937: // Anchor to Skulls - spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(13); + spellInfo.GetEffect(0).RadiusEntry = CliDB.SpellRadiusStorage.LookupByKey(EffectRadiusIndex.Yards10); break; // target allys instead of enemies, target A is src_caster, spells with effect like that have ally target // this is the only known exception, probably just wrong data