View Single Post
10-22-10, 04:43 PM   #1
Brillynt
A Black Drake
 
Brillynt's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 77
Did PickupSpell function change?

I have a addon the places all of my spells in my action buttons and now it is not working. I can see the correct spell id that I am passing to PickupSpell.
If I do the following code :
Code:
ClearCursor();
PickupSpell(iSpellID, BOOKTYPE_SPELL);
local stype, data, subType = GetCursorInfo();
stype, data, subType all come back as nil.

So my question is did the inputs to PickupSpell function change?
  Reply With Quote