View Single Post
12/15/18, 04:38 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,962
Code:
* Id64ToString(*id64* _id_)
** _Returns:_ *string* _stringDesc_

* StringToId64(*string* _stringId_)
** _Returns:_ *id64* _id_
UniqueIds normally are unique, as the name says.
E.g. an enchantment, another level on an armor part will change the uniqueId, but not the itemId or itemInstanceId.

But the uniqueId is dependent on the item not the seller.
So you need additional info like the price and seller to see which item you check (if you want to make a difference there).

Last edited by Baertram : 12/15/18 at 04:40 AM.
  Reply With Quote