ReforgeLite Classic
v2.3.15 (2026-06-18)
Full Changelog Previous Releases
- fix tooltip stat parsing on non-comma locales
getTooltipPatterns hardcoded [%d,] for the stat value, so it only
handled the enUS thousands separator. On deDE (separator '.') a value
like '+1.038 Willenskraft' captured just '1' and failed the match,
leaving the stat undetected -- corrupting GetItemStatsFromTooltip for
upgraded items (wrong reforge, and a stuck reforge from the bad index
count in DoReforgeUpdate). Build the digit class from the client's
LARGE_NUMBER_SEPERATOR so it works on every locale.