Downranked heal reports higher than actual incoming value
Describe your environment:
- VuhDo version: 3.123-tbcc
- World of Warcraft region: Americas/Oceanic
- World of Warcraft client language: enUS
Summary of the issue:
When using a significantly downranked spell, it heals for less than what VuhDo reports as incoming.
Expected behaviour:
The reported incoming value should be accurate to what the actual heal is.
Actual behaviour:
On a Lv60 deep resto Shaman with 1.1k healing power...
- Using Healing Wave rank 4 heals for ~800 but VuhDo reports ~1.4k.
- Using Healing Wave rank 6 heals for ~1.4k but VuhDo reports ~1.8k.
To be fair, this is more of a LibHealComm problem, not having the new downrank penalty implemented -- which is min(1, (spellLv + 11) / charaLv)
. But I don't know where I'm supposed to report that