View Single Post
07-22-16, 06:03 PM   #16
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by Lombra View Post
Did you guys actually get C_Transmog.GetItemInfo working then? I'm getting NO_ITEM for everything on live, including items from my bags, so it's not an issue of caching. The predecessor, GetItemTransmogrifyInfo, was also broken.
It takes an item ID as an argument, but it appears to work fine on live.

eg. C_Transmog.GetItemInfo(2912) returns true, nil, true

If the item isn't cached you may need to call it a second time.

Last edited by semlar : 07-22-16 at 06:06 PM.