Threat delta value is multiplied by 100-1000?
jonerikb opened this issue ยท 4 comments
The threat delta value seems to be multiplied by 100, compared to the threat values in Details damage meter.
local function GetThreatDelta(unitid, threat_value_func)
.
change: return threat_value_text, threat_value_delta
to: return threat_value_text, threat_value_delta/100
This fix works for solo play, havent tested all scenarios
.
Based on this image from a raid it seems the delta value is multiplied by around 1000
As it seems, in Classic the threat value is really 100 times the value it should be. Will fix that. Sorry that it took so long.
I uploaded a new verstion for 10.5.3 (beta1). This should be fixed in this version, see https://www.curseforge.com/wow/addons/tidy-plates-threat-plates/files/4009285 (for Wrath Classic).