View Single Post
08/15/17, 11:59 PM   #1
cyxui
AddOn Author - Click to view addons
Join Date: Nov 2015
Posts: 62
[implemented] returns item expire time instead of time remaining

the function GetTradingHouseSearchResultItemInfo returns

number timeRemaining

which we could use to calculate the expire time by adding the current time. But the result can differ a dozen seconds each time we request it.

This is the only piece of information that we could use to uniquely identify an item listed in guild store. Can this return the actual expire time instead of time remaining so that the number will stay the same for each call?

Or even better can we have an additional ID parameter that uniquely identifies the item listed?