diff --git a/modules/PlayerMana.lua b/modules/PlayerMana.lua index b09f756..ba22a6d 100644 --- a/modules/PlayerMana.lua +++ b/modules/PlayerMana.lua @@ -174,7 +174,7 @@ function PlayerMana.prototype:CheckVehicle() end function PlayerMana.prototype:ShouldUseTicker() - return IceHUD.WowVer < 30000 or not GetCVarBool("predictedPower") + return IceHUD.WowVer < 30000 or (IceHUD.WowVer < 70100 and not GetCVarBool("predictedPower")) end function PlayerMana.prototype:SetupOnUpdate(enable)