Fixed Spirit of Redemption

Removed old Spirit of Redemption code
Removed unexplainable duration limit from SpellInfo::GetMaxTicks
This commit is contained in:
hondacrx
2017-09-01 10:59:28 -04:00
parent 6421672adc
commit 443c00bd28
5 changed files with 77 additions and 36 deletions
-4
View File
@@ -1636,10 +1636,6 @@ namespace Game.Spells
if (DotDuration == 0)
return 1;
// 200% limit
if (DotDuration > 30000)
DotDuration = 30000;
foreach (SpellEffectInfo effect in GetEffectsForDifficulty(difficulty))
{
if (effect != null && effect.Effect == SpellEffectName.ApplyAura)