View Single Post
04/19/15, 09:37 PM   #1
AssemblerManiac
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 51
Unhappy GetItemCraftingInfo itemType incorrect

I'm trying to merge some data in InventoryInsight, but GetItemCraftingInfo is causing a problem.

2nd return value for all style mats is zero, but should be ITEMTYPE_STYLE_MATERIAL.

GetItemLinkItemType(itemLink) returns the proper value.

Can someone else confirm this fails on style mats?

Thanks

(I already know I can call both functions, but I hate additional call overhead if it's not necessary)
  Reply With Quote