## Description <!-- Explain in detail what the kind of changes or additional functionalities you suggest. --> Reported on [Curseforge](https://www.curseforge.com/wow/addons/extended-character-stats?comment=187) it would be great to have values about the current health regen, like MP5. However there is no such API function like `GetManaRegen`, so it has to be calculated by hand. Maybe [this](https://github.com/sylvanaar/regen/blob/master/addon.lua) will help.
Description
Reported on Curseforge it would be great to have values about the current health regen, like MP5.
However there is no such API function like
GetManaRegen, so it has to be calculated by hand.Maybe this will help.