Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » General Authoring Discussion » Did PickupSpell function change?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off