File Details
MarketSync Beta v0.5.4
- B
- Mar 3, 2026
- 54.36 KB
- 53
- 2.5.5+1
- Classic + 1
File Name
MarketSync.0.5.4-beta.zip
Supported Versions
- 2.5.5
- 1.15.8
[0.5.4] - 2026-03-02
Fixed
- Fixed: A severe UI taint issue where action bar items, macros, and trade skills would unexpectedly darken and become "unavailable" (as if missing required reagents/tools, like a Blacksmithing Hammer). This was caused by the background cache builder aggressively requesting item data from the WoW server (up to 200 items per tick), which flooded the client's item cache event dispatcher. This blocked the default UI from receiving
GET_ITEM_INFO_RECEIVEDevents for player inventory items. The cache builder requests have been drastically throttled across all cache speed presets (e.g., Maximum speed lowered from 200 to 40 items/tick), completely eliminating the client stall while maintaining fast indexing performance.