View Single Post
07-29-21, 09:30 PM   #2
Ekaterina
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 65
Code:
creatureDisplayInfoID, description, source, isSelfMount, mountTypeID,
uiModelSceneID, animID, spellVisualKitID, disablePlayerMountPreview
   = C_MountJournal.GetMountInfoExtraByID(mountID)
   = C_MountJournal.GetDisplayedMountInfoExtra(index)
https://wowpedia.fandom.com/wiki/API...tInfoExtraByID

One of the returns is the mountTypeId with for flying should be 248 for most flying mounts.
  Reply With Quote