June 30, 2020 at 9:54 am
#168110
I’m no lua expert but from the limited debugging I could do it looks like the problem is somewhere in the caching mechanism of the tooltip handling.
When I comment out this line the problem seems fixed for me:
GearAdvisor.lua:
3168c3168
< :SetCache("ProcessTooltipRoutine", scores)
---
> --:SetCache("ProcessTooltipRoutine", scores)