Mount type can be detected from the mount spell by using SpellEffect[0].EffectMiscValueB
If you don't know how to get spell effects for a spell, read this
Code:
enum MountType
{
EpicGroundOnly = 225,
Flight = 229, //Standard scaling flight mounts
Ground = 230, //Standard scaling ground mounts
Aquatic = 231, //Turtles
AquaticVashjir = 232, //Abyssal Seahorse
TransformFlight = 238, //Alchemist's profession mount
AQMount = 241, //AQ bugs
ProfessionMount = 247, //Tailor's Flying Carpets and Engineer's Roflcopter
Scaling = 248, //Ground+flight mounts that change speed based on your riding skill
}
Columns for dump:
Name,ID,EffectValue
Dumps:
Alphabetical mount dump
Sorted by EffectValue ascending