View Single Post
10-23-14, 10:56 AM   #32
sconley
An Aku'mai Servant
Join Date: Dec 2006
Posts: 31
Originally Posted by Duugu View Post
I've queried all mounts from the Mount Journal to get the related summonmount value (missing values indicate mounts I do not own).

The second list shows the same data sorted by the summonmount index column. It exposes that the summonmount index is ascending analogous to the spellID.

Does not help though. Just a funny insight.


Code:
C_MountJournal	spellID		summonmount	creatureName
index			 	index
1		48778				Acherus Deathcharger
2		60025		268		Albino Drake
Where did you get the summonmount data? I'd like to make a function that accepts the id returned by GetActionInfo() using that index.
thanks.