File Details
ConcentrationTracker_27-05-26.zip
- R
- May 27, 2026
- 50.97 KB
- 363
- 12.0.7+1
- Retail
File Name
ConcentrationTracker_27-05-26.zip
Supported Versions
- 12.0.7
- 12.0.5
[3.9.1] — 2026-05-27
- Bugfix — `ApplyCurrencyUpdateToRow` no longer uses `tonumber(maxQuantity) or fallback`: in Lua, `0` is truthy for `or`, so a zero `maxQuantity` from the API could produce an invalid cap; caps now require `>= 1` before trusting the API value.
- Slash — `/conc` subcommands match the first word only (`/conc refresh`, `/conc r …`, `/conc toggle …`), so extra text after the keyword does not fall through to opening the window.