Mana and health bar don't show numerical values

After the most recent CATA update the numerical values that normally appear on health and mana bar have disappeared. What I see instead are a green bar for health with no number or percentage value and a blue bar for mana with no bar or percentage value. I tried renaming the config file name and using console cvar_default command, nothing helped. Can somebody please help me out?

3 Likes

Values don’t display by default. Have you checked your settings?

Settings > Gameplay > Interface > Display > Status Text

3 Likes

You can use this but you’ll have to use it every time you logout/change characters.

/run SetTextStatusBarText(PlayerFrameManaBar, PlayerFrameManaBarText) SetTextStatusBarText(PlayerFrameHealthBar, PlayerFrameHealthBarText)

1 Like