View Single Post
02/11/18, 01:59 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,960
Originally Posted by Rhyono View Post
So I tried this on the first item in my craftbag, rough oak. I did

Code:
AA,AB,AC = GetItemTotalCount(BAG_VIRTUAL,521)
AA is 0
AB and AC are nil

I couldn't find any instance of a second return, but it's not like the first return is correct for craftbag anyway...
Same for me with my first entry in the craftbag.
0, nil, nil

Tested with another item, same results.
I can't get the function to return a valid count for me.

Tested on PTS only so far.