Issue Details (XML | Word | Printable)

Key: ADV-424
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Bryan (brykrys)
Reporter: Bryan (brykrys)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Auctioneer

GetMarketValue cache should get cleared when ClearItem is called

Created: 13/Apr/09 09:29 AM   Updated: 17/Aug/09 11:17 PM
Component/s: API
Affects Version/s: 5.3.0, 5.4.0
Fix Version/s: None


 Description  « Hide
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)



 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Bryan (brykrys) added a comment - 25/Apr/09 04:24 PM
r4185

dinesh added a comment - 17/Aug/09 11:17 PM
code review only