Core/Spells: Fixed typo in SpellMgr::LoadSpellInfoCorrections
This commit is contained in:
@@ -2348,10 +2348,7 @@ namespace Game.Entities
|
|||||||
case 27892: // To Anchor 1
|
case 27892: // To Anchor 1
|
||||||
case 27928: // To Anchor 1
|
case 27928: // To Anchor 1
|
||||||
case 27935: // To Anchor 1
|
case 27935: // To Anchor 1
|
||||||
case 27915: // Anchor to Skulls
|
spellInfo.GetEffect(0).RadiusEntry = CliDB.SpellRadiusStorage.LookupByKey(EffectRadiusIndex.Yards10);
|
||||||
case 27931: // Anchor to Skulls
|
|
||||||
case 27937: // Anchor to Skulls
|
|
||||||
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(13);
|
|
||||||
break;
|
break;
|
||||||
// target allys instead of enemies, target A is src_caster, spells with effect like that have ally target
|
// 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
|
// this is the only known exception, probably just wrong data
|
||||||
|
|||||||
Reference in New Issue
Block a user