Corrected points per level calculation for some spells

Port From (https://github.com/TrinityCore/TrinityCore/commit/8df577ebfed34131184d2fd08b131b29b96d4fd3)
This commit is contained in:
hondacrx
2020-05-06 17:54:31 -04:00
parent 43fcc558e4
commit f723336c35
2 changed files with 15 additions and 4 deletions
+9
View File
@@ -3014,6 +3014,15 @@ namespace Game.Entities
spellInfo.AuraInterruptFlags[0] |= (uint)SpellAuraInterruptFlags.ChangeMap;
break;
// ENDOF FIRELANDS SPELLS
// ANTORUS THE BURNING THRONE SPELLS
// Decimation
case 244449:
// For some reason there is a instakill effect that serves absolutely no purpose.
// Until we figure out what it's actually used for we disable it.
spellInfo.GetEffect(2).Effect = 0;
break;
// ENDOF ANTORUS THE BURNING THRONE SPELLS
case 102445: // Summon Master Li Fei
spellInfo.GetEffect(0).TargetA = new SpellImplicitTargetInfo(Targets.DestDb);
break;