File Details
ConcentrationTracker_03-05-26.zip
- R
- May 2, 2026
- 47.66 KB
- 661
- 12.0.7+1
- Retail
File Name
ConcentrationTracker_03-05-26.zip
Supported Versions
- 12.0.7
- 12.0.5
[3.8.7] — 2026-05-02
English
- Bugfix — `CURRENCY_DISPLAY_UPDATE` handler now parses the first event argument with `tonumber((...))` instead of `tonumber(select(1, ...))`. In Lua, `select(1, ...)` returns all varargs, so the second value was wrongly passed as `tonumber`’s base and triggered “base out of range”.
- Bugfix — Row and settings tooltips that used `GameTooltip:SetText(text, nil, nil, nil, true)` switched to a single-argument `SetText(text)` so optional color/alpha/wrap arguments match the retail API (fixes “bad argument 5 to 'SetText'” on hover for delete/stop-tracking, minimap hide, and clear-ignore controls).