View Single Post
Unread 12-02-12, 07:03 PM   #4
Baanano
Bomani Harbinger
AddOn Author - Click to view addons
Join Date: Mar 2012
Posts: 5
What are just using as value for the item variable?

Just tried this and it works for me:

Code:
local item = Utility.Item.Slot.Equipment("helmet")
local itemDetail = Inspect.Item.Detail(item)
local itemStrength = itemDetail and itemDetail.stats and itemDetail.stats.strength or 0
Baanano is offline   Reply With Quote