View Single Post
07-21-17, 04:38 AM   #2
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
"Visual" ID is the same as "appearance" ID is the same as "visual appearance" ID. It's a bit confusing how they use all these variants interchangibly. The appearance ID essentially refers to the item model and texture, while a source ID refers to a specific item.

You need the source ID:
Code:
local visualID, sourceID = C_TransmogCollection.GetItemInfo(itemID)
__________________
Grab your sword and fight the Horde!
  Reply With Quote