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
+1 -1
View File
@@ -1710,7 +1710,7 @@ namespace Game.BattleGrounds
if (pair.Value.Team == Team)
{
Player player = Global.ObjAccessor.FindPlayer(pair.Key);
if (player && player.IsAlive() && player.GetShapeshiftForm() != ShapeShiftForm.SpiritOfRedemption)
if (player && player.IsAlive())
++count;
}
}