View Single Post
07-02-18, 11:38 AM   #5
saxitoxin
A Theradrim Guardian
 
saxitoxin's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 60
what mount are you trying to pick up?

try this:
Code:
		local creatureName, spellID, icon, active, isUsable, sourceType, isFavorite, isFactionSpecific, faction, hideOnChar, isCollected, mountID = C_MountJournal.GetMountInfoByID(246)
		PickupSpell(spellID or creatureName)
mountID 246 is the Azure Drake
  Reply With Quote