Fix for druids logging in with a messed up ticker bar when predictedPower is turned off.

This commit is contained in:
shefki
2010-03-24 23:56:17 +00:00
parent 4cb3f59ff2
commit 165726c135

View File

@ -309,7 +309,7 @@ function PlayerMana.prototype:UpdateEnergy(unit)
if self:ShouldUseTicker() and
((not (self.previousEnergy) or (self.previousEnergy <= UnitMana(self.unit))) and
(self.moduleSettings.tickerEnabled)) then
(self.moduleSettings.tickerEnabled) and self.manaType == 3) then
self.tickStart = GetTime()
self.tickerFrame:Show()
end