View Single Post
09-29-14, 08:02 PM   #22
Alternator
A Fallenroot Satyr
 
Alternator's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 20
Heh - Fun Fact :S

Call PickupCompanion("mount", 2) ... You will put the Albino Drake on the cursor. (Edit: It seems this only holds up to a point - it's mainly academic anyway since thats not how the UI works)

Then call GetCursorInfo()... And now suddenly we get the correct Index.

Even more amusing... Place the Action onto a Standard Action Button and you can now query back the correct SpellID, and the button works as expected
And if you pick it back up from the Action Button and query the cursor, again it is reporting the correct ID.


It looks like there are some how two competing systems under the hood for Mounts, but the broken one is currently in use in the system (Broken for Addon Author Purposes at least).

Last edited by Alternator : 10-01-14 at 06:35 PM.