Misc fixes

This commit is contained in:
hondacrx
2020-05-06 14:51:08 -04:00
parent d6aea63269
commit ac8d747c61
3 changed files with 13 additions and 14 deletions
+5 -3
View File
@@ -2912,11 +2912,13 @@ namespace Game.Entities
spellInfo.MaxAffectedTargets = 3;
break;
case 71809: // Jump
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(3); // 20yd
spellInfo.GetEffect(0).RadiusEntry = CliDB.SpellRadiusStorage.LookupByKey(EffectRadiusIndex.Yards25); // 25yd
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(5); // 40yd
spellInfo.GetEffect(0).RadiusEntry = CliDB.SpellRadiusStorage.LookupByKey(EffectRadiusIndex.Yards10); // 10yd
spellInfo.GetEffect(0).MiscValue = 190;
break;
case 72405: // Broken Frostmourne
spellInfo.GetEffect(1).RadiusEntry = CliDB.SpellRadiusStorage.LookupByKey(EffectRadiusIndex.Yards200); // 200yd
spellInfo.GetEffect(1).RadiusEntry = CliDB.SpellRadiusStorage.LookupByKey(EffectRadiusIndex.Yards20); // 20yd
spellInfo.AttributesEx |= SpellAttr1.NoThreat;
break;
// ENDOF ICECROWN CITADEL SPELLS
//