File Details
LootX_17-04-26.zip
- R
- Apr 17, 2026
- 202.37 KB
- 532
- 12.0.5+4
- Classic + 3
File Name
LootX_17-04-26.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
[1.13.0] - 2026-04-17
Fixed
- Monitor/events.lua: `ParseCoinString` regex for Blizzard money globals (`GOLD_AMOUNT`, `SILVER_AMOUNT`, `COPPER_AMOUNT`) now expands `%d` to a proper digit capture `(%d+)` instead of `(%1+)`, which referenced a non-existent capture and could mis-parse or break coin totals from chat strings. LootEvents library version bumped to 1.4.
Changed
- Core: `SetEventHandler` only dispatches `addon[event]` when it is a function (avoids accidental non-function entries).
- Core: Welcome text (`msg_welcome` / default fallback) mentions `/lx` as well as `/lootx`.
- helpers.lua: `CanEquipItem` checks that both tooltip left and right lines exist before reading colors.
- helpers.lua: `FancyPlayerName` only prepends the LFG role icon when `dimensions[role]` is defined.
Maintenance
- LootX.lua / LootX.toc: Version bump to 1.13.0; single `ADDON_VERSION_FALLBACK` constant aligned with the TOC (metadata still preferred at runtime).

