Currently after lib.ClearItem has been called on an item, lib.GetMarketValue will continue to return old cached values until some other event clears the cache.
Insert a call to lib.ClearMarketCache in lib.ClearItem
(CoreAPI.lua around line 272)
Description
Currently after lib.ClearItem has been called on an item, lib.GetMarketValue will continue to return old cached values until some other event clears the cache.
Insert a call to lib.ClearMarketCache in lib.ClearItem
(CoreAPI.lua around line 272)