View Single Post
08-09-14, 12:31 AM   #17
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Here's probably as close to a complete list as you can get right now, extracted from the db2 cache.
Lua Code:
  1. Mounts = { -- [mount index] = spellID
  2.     [6] = 458, -- Brown Horse
  3.     [7] = 459, -- Gray Wolf
  4.     [8] = 468, -- White Stallion
  5.     [9] = 470, -- Black Stallion
  6.     [11] = 472, -- Pinto
  7.     [12] = 578, -- Black Wolf
  8.     [13] = 579, -- Red Wolf
  9.     [14] = 580, -- Timber Wolf
  10.     [15] = 581, -- Winter Wolf
  11.     [17] = 5784, -- Felsteed
  12.     [18] = 6648, -- Chestnut Mare
  13.     [19] = 6653, -- Dire Wolf
  14.     [20] = 6654, -- Brown Wolf
  15.     [21] = 6777, -- Gray Ram
  16.     [22] = 6896, -- Black Ram
  17.     [24] = 6898, -- White Ram
  18.     [25] = 6899, -- Brown Ram
  19.     [26] = 8394, -- Striped Frostsaber
  20.     [27] = 8395, -- Emerald Raptor
  21.     [28] = 8980, -- Skeletal Horse
  22.     [31] = 10789, -- Spotted Frostsaber
  23.     [34] = 10793, -- Striped Nightsaber
  24.     [35] = 10795, -- Ivory Raptor
  25.     [36] = 10796, -- Turquoise Raptor
  26.     [38] = 10799, -- Violet Raptor
  27.     [39] = 10873, -- Red Mechanostrider
  28.     [40] = 10969, -- Blue Mechanostrider
  29.     [41] = 13819, -- Warhorse
  30.     [42] = 15779, -- White Mechanostrider Mod B
  31.     [43] = 15780, -- Green Mechanostrider
  32.     [45] = 16055, -- Black Nightsaber
  33.     [46] = 16056, -- Ancient Frostsaber
  34.     [50] = 16080, -- Red Wolf
  35.     [51] = 16081, -- Arctic Wolf
  36.     [52] = 16082, -- Palomino
  37.     [53] = 16083, -- White Stallion
  38.     [54] = 16084, -- Mottled Red Raptor
  39.     [55] = 17229, -- Winterspring Frostsaber
  40.     [56] = 17450, -- Ivory Raptor
  41.     [57] = 17453, -- Green Mechanostrider
  42.     [58] = 17454, -- Unpainted Mechanostrider
  43.     [62] = 17459, -- Icy Blue Mechanostrider Mod A
  44.     [63] = 17460, -- Frost Ram
  45.     [64] = 17461, -- Black Ram
  46.     [65] = 17462, -- Red Skeletal Horse
  47.     [66] = 17463, -- Blue Skeletal Horse
  48.     [67] = 17464, -- Brown Skeletal Horse
  49.     [68] = 17465, -- Green Skeletal Warhorse
  50.     [69] = 17481, -- Rivendare's Deathcharger
  51.     [70] = 18363, -- Riding Kodo
  52.     [71] = 18989, -- Gray Kodo
  53.     [72] = 18990, -- Brown Kodo
  54.     [73] = 18991, -- Green Kodo
  55.     [74] = 18992, -- Teal Kodo
  56.     [75] = 22717, -- Black War Steed
  57.     [76] = 22718, -- Black War Kodo
  58.     [77] = 22719, -- Black Battlestrider
  59.     [78] = 22720, -- Black War Ram
  60.     [79] = 22721, -- Black War Raptor
  61.     [80] = 22722, -- Red Skeletal Warhorse
  62.     [81] = 22723, -- Black War Tiger
  63.     [82] = 22724, -- Black War Wolf
  64.     [83] = 23161, -- Dreadsteed
  65.     [84] = 23214, -- Charger
  66.     [85] = 23219, -- Swift Mistsaber
  67.     [87] = 23221, -- Swift Frostsaber
  68.     [88] = 23222, -- Swift Yellow Mechanostrider
  69.     [89] = 23223, -- Swift White Mechanostrider
  70.     [90] = 23225, -- Swift Green Mechanostrider
  71.     [91] = 23227, -- Swift Palomino
  72.     [92] = 23228, -- Swift White Steed
  73.     [93] = 23229, -- Swift Brown Steed
  74.     [94] = 23238, -- Swift Brown Ram
  75.     [95] = 23239, -- Swift Gray Ram
  76.     [96] = 23240, -- Swift White Ram
  77.     [97] = 23241, -- Swift Blue Raptor
  78.     [98] = 23242, -- Swift Olive Raptor
  79.     [99] = 23243, -- Swift Orange Raptor
  80.     [100] = 23246, -- Purple Skeletal Warhorse
  81.     [101] = 23247, -- Great White Kodo
  82.     [102] = 23248, -- Great Gray Kodo
  83.     [103] = 23249, -- Great Brown Kodo
  84.     [104] = 23250, -- Swift Brown Wolf
  85.     [105] = 23251, -- Swift Timber Wolf
  86.     [106] = 23252, -- Swift Gray Wolf
  87.     [107] = 23338, -- Swift Stormsaber
  88.     [108] = 23509, -- Frostwolf Howler
  89.     [109] = 23510, -- Stormpike Battle Charger
  90.     [110] = 24242, -- Swift Razzashi Raptor
  91.     [111] = 24252, -- Swift Zulian Tiger
  92.     [116] = 25863, -- Black Qiraji Battle Tank
  93.     [117] = 25953, -- Blue Qiraji Battle Tank
  94.     [118] = 26054, -- Red Qiraji Battle Tank
  95.     [119] = 26055, -- Yellow Qiraji Battle Tank
  96.     [120] = 26056, -- Green Qiraji Battle Tank
  97.     [121] = 26655, -- Black Qiraji Battle Tank
  98.     [122] = 26656, -- Black Qiraji Battle Tank
  99.     [123] = 28828, -- Nether Drake
  100.     [125] = 30174, -- Riding Turtle
  101.     [129] = 32235, -- Golden Gryphon
  102.     [130] = 32239, -- Ebon Gryphon
  103.     [131] = 32240, -- Snowy Gryphon
  104.     [132] = 32242, -- Swift Blue Gryphon
  105.     [133] = 32243, -- Tawny Wind Rider
  106.     [134] = 32244, -- Blue Wind Rider
  107.     [135] = 32245, -- Green Wind Rider
  108.     [136] = 32246, -- Swift Red Wind Rider
  109.     [137] = 32289, -- Swift Red Gryphon
  110.     [138] = 32290, -- Swift Green Gryphon
  111.     [139] = 32292, -- Swift Purple Gryphon
  112.     [140] = 32295, -- Swift Green Wind Rider
  113.     [141] = 32296, -- Swift Yellow Wind Rider
  114.     [142] = 32297, -- Swift Purple Wind Rider
  115.     [145] = 33630, -- Blue Mechanostrider
  116.     [146] = 33660, -- Swift Pink Hawkstrider
  117.     [147] = 34406, -- Brown Elekk
  118.     [149] = 34767, -- Thalassian Charger
  119.     [150] = 34769, -- Thalassian Warhorse
  120.     [151] = 34790, -- Dark War Talbuk
  121.     [152] = 34795, -- Red Hawkstrider
  122.     [153] = 34896, -- Cobalt War Talbuk
  123.     [154] = 34897, -- White War Talbuk
  124.     [155] = 34898, -- Silver War Talbuk
  125.     [156] = 34899, -- Tan War Talbuk
  126.     [157] = 35018, -- Purple Hawkstrider
  127.     [158] = 35020, -- Blue Hawkstrider
  128.     [159] = 35022, -- Black Hawkstrider
  129.     [160] = 35025, -- Swift Green Hawkstrider
  130.     [161] = 35027, -- Swift Purple Hawkstrider
  131.     [162] = 35028, -- Swift Warstrider
  132.     [163] = 35710, -- Gray Elekk
  133.     [164] = 35711, -- Purple Elekk
  134.     [165] = 35712, -- Great Green Elekk
  135.     [166] = 35713, -- Great Blue Elekk
  136.     [167] = 35714, -- Great Purple Elekk
  137.     [168] = 36702, -- Fiery Warhorse
  138.     [169] = 37015, -- Swift Nether Drake
  139.     [170] = 39315, -- Cobalt Riding Talbuk
  140.     [171] = 39316, -- Dark Riding Talbuk
  141.     [172] = 39317, -- Silver Riding Talbuk
  142.     [173] = 39318, -- Tan Riding Talbuk
  143.     [174] = 39319, -- White Riding Talbuk
  144.     [176] = 39798, -- Green Riding Nether Ray
  145.     [177] = 39800, -- Red Riding Nether Ray
  146.     [178] = 39801, -- Purple Riding Nether Ray
  147.     [179] = 39802, -- Silver Riding Nether Ray
  148.     [180] = 39803, -- Blue Riding Nether Ray
  149.     [183] = 40192, -- Ashes of Al'ar
  150.     [185] = 41252, -- Raven Lord
  151.     [186] = 41513, -- Onyx Netherwing Drake
  152.     [187] = 41514, -- Azure Netherwing Drake
  153.     [188] = 41515, -- Cobalt Netherwing Drake
  154.     [189] = 41516, -- Purple Netherwing Drake
  155.     [190] = 41517, -- Veridian Netherwing Drake
  156.     [191] = 41518, -- Violet Netherwing Drake
  157.     [196] = 42776, -- Spectral Tiger
  158.     [197] = 42777, -- Swift Spectral Tiger
  159.     [199] = 43688, -- Amani War Bear
  160.     [201] = 43899, -- Brewfest Ram
  161.     [202] = 43900, -- Swift Brewfest Ram
  162.     [203] = 43927, -- Cenarion War Hippogryph
  163.     [204] = 44151, -- Turbo-Charged Flying Machine
  164.     [205] = 44153, -- Flying Machine
  165.     [206] = 44317, -- Merciless Nether Drake
  166.     [207] = 44744, -- Merciless Nether Drake
  167.     [211] = 46197, -- X-51 Nether-Rocket
  168.     [212] = 46199, -- X-51 Nether-Rocket X-TREME
  169.     [213] = 46628, -- Swift White Hawkstrider
  170.     [219] = 48025, -- Headless Horseman's Mount
  171.     [220] = 48027, -- Black War Elekk
  172.     [221] = 48778, -- Acherus Deathcharger
  173.     [222] = 48954, -- Swift Zhevra
  174.     [223] = 49193, -- Vengeful Nether Drake
  175.     [224] = 49322, -- Swift Zhevra
  176.     [225] = 49378, -- Brewfest Riding Kodo
  177.     [226] = 49379, -- Great Brewfest Kodo
  178.     [230] = 51412, -- Big Battle Bear
  179.     [236] = 54729, -- Winged Steed of the Ebon Blade
  180.     [237] = 54753, -- White Polar Bear
  181.     [238] = 55164, -- Swift Spectral Gryphon
  182.     [240] = 55531, -- Mechano-Hog
  183.     [241] = 58615, -- Brutal Nether Drake
  184.     [242] = 58819, -- Swift Brown Steed
  185.     [243] = 58983, -- Big Blizzard Bear
  186.     [246] = 59567, -- Azure Drake
  187.     [247] = 59568, -- Blue Drake
  188.     [248] = 59569, -- Bronze Drake
  189.     [249] = 59570, -- Red Drake
  190.     [250] = 59571, -- Twilight Drake
  191.     [251] = 59572, -- Black Polar Bear
  192.     [253] = 59650, -- Black Drake
  193.     [254] = 59785, -- Black War Mammoth
  194.     [255] = 59788, -- Black War Mammoth
  195.     [256] = 59791, -- Wooly Mammoth
  196.     [257] = 59793, -- Wooly Mammoth
  197.     [258] = 59797, -- Ice Mammoth
  198.     [259] = 59799, -- Ice Mammoth
  199.     [262] = 59961, -- Red Proto-Drake
  200.     [263] = 59976, -- Black Proto-Drake
  201.     [264] = 59996, -- Blue Proto-Drake
  202.     [265] = 60002, -- Time-Lost Proto-Drake
  203.     [266] = 60021, -- Plagued Proto-Drake
  204.     [267] = 60024, -- Violet Proto-Drake
  205.     [268] = 60025, -- Albino Drake
  206.     [269] = 60114, -- Armored Brown Bear
  207.     [270] = 60116, -- Armored Brown Bear
  208.     [271] = 60118, -- Black War Bear
  209.     [272] = 60119, -- Black War Bear
  210.     [273] = 60136, -- Grand Caravan Mammoth
  211.     [274] = 60140, -- Grand Caravan Mammoth
  212.     [275] = 60424, -- Mekgineer's Chopper
  213.     [276] = 61229, -- Armored Snowy Gryphon
  214.     [277] = 61230, -- Armored Blue Wind Rider
  215.     [278] = 61294, -- Green Proto-Drake
  216.     [279] = 61309, -- Magnificent Flying Carpet
  217.     [280] = 61425, -- Traveler's Tundra Mammoth
  218.     [284] = 61447, -- Traveler's Tundra Mammoth
  219.     [285] = 61451, -- Flying Carpet
  220.     [286] = 61465, -- Grand Black War Mammoth
  221.     [287] = 61467, -- Grand Black War Mammoth
  222.     [288] = 61469, -- Grand Ice Mammoth
  223.     [289] = 61470, -- Grand Ice Mammoth
  224.     [291] = 61996, -- Blue Dragonhawk
  225.     [292] = 61997, -- Red Dragonhawk
  226.     [293] = 62048, -- Black Dragonhawk Mount
  227.     [294] = 63232, -- Stormwind Steed
  228.     [295] = 63635, -- Darkspear Raptor
  229.     [296] = 63636, -- Ironforge Ram
  230.     [297] = 63637, -- Darnassian Nightsaber
  231.     [298] = 63638, -- Gnomeregan Mechanostrider
  232.     [299] = 63639, -- Exodar Elekk
  233.     [300] = 63640, -- Orgrimmar Wolf
  234.     [301] = 63641, -- Thunder Bluff Kodo
  235.     [302] = 63642, -- Silvermoon Hawkstrider
  236.     [303] = 63643, -- Forsaken Warhorse
  237.     [304] = 63796, -- Mimiron's Head
  238.     [305] = 63844, -- Argent Hippogryph
  239.     [306] = 63956, -- Ironbound Proto-Drake
  240.     [307] = 63963, -- Rusted Proto-Drake
  241.     [308] = 64656, -- Blue Skeletal Warhorse
  242.     [309] = 64657, -- White Kodo
  243.     [310] = 64658, -- Black Wolf
  244.     [311] = 64659, -- Venomhide Ravasaur
  245.     [312] = 64731, -- Sea Turtle
  246.     [313] = 64927, -- Deadly Gladiator's Frost Wyrm
  247.     [314] = 64977, -- Black Skeletal Horse
  248.     [317] = 65439, -- Furious Gladiator's Frost Wyrm
  249.     [318] = 65637, -- Great Red Elekk
  250.     [319] = 65638, -- Swift Moonsaber
  251.     [320] = 65639, -- Swift Red Hawkstrider
  252.     [321] = 65640, -- Swift Gray Steed
  253.     [322] = 65641, -- Great Golden Kodo
  254.     [323] = 65642, -- Turbostrider
  255.     [324] = 65643, -- Swift Violet Ram
  256.     [325] = 65644, -- Swift Purple Raptor
  257.     [326] = 65645, -- White Skeletal Warhorse
  258.     [327] = 65646, -- Swift Burgundy Wolf
  259.     [328] = 65917, -- Magic Rooster
  260.     [329] = 66087, -- Silver Covenant Hippogryph
  261.     [330] = 66088, -- Sunreaver Dragonhawk
  262.     [331] = 66090, -- Quel'dorei Steed
  263.     [332] = 66091, -- Sunreaver Hawkstrider
  264.     [333] = 66122, -- Magic Rooster
  265.     [334] = 66123, -- Magic Rooster
  266.     [335] = 66124, -- Magic Rooster
  267.     [336] = 66846, -- Ochre Skeletal Warhorse
  268.     [337] = 66847, -- Striped Dawnsaber
  269.     [338] = 66906, -- Argent Charger
  270.     [339] = 66907, -- Argent Warhorse
  271.     [340] = 67336, -- Relentless Gladiator's Frost Wyrm
  272.     [341] = 67466, -- Argent Warhorse
  273.     [342] = 68056, -- Swift Horde Wolf
  274.     [343] = 68057, -- Swift Alliance Steed
  275.     [344] = 68187, -- Crusader's White Warhorse
  276.     [345] = 68188, -- Crusader's Black Warhorse
  277.     [349] = 69395, -- Onyxian Drake
  278.     [350] = 69820, -- Sunwalker Kodo
  279.     [351] = 69826, -- Great Sunwalker Kodo
  280.     [352] = 71342, -- Big Love Rocket
  281.     [358] = 71810, -- Wrathful Gladiator's Frost Wyrm
  282.     [363] = 72286, -- Invincible
  283.     [364] = 72807, -- Icebound Frostbrood Vanquisher
  284.     [365] = 72808, -- Bloodbathed Frostbrood Vanquisher
  285.     [366] = 73313, -- Crimson Deathcharger
  286.     [367] = 73629, -- Exarch's Elekk
  287.     [368] = 73630, -- Great Exarch's Elekk
  288.     [371] = 74856, -- Blazing Hippogryph
  289.     [372] = 74918, -- Wooly White Rhino
  290.     [373] = 75207, -- Vashj'ir Seahorse
  291.     [375] = 75596, -- Frosty Flying Carpet
  292.     [376] = 75614, -- Celestial Steed
  293.     [382] = 75973, -- X-53 Touring Rocket
  294.     [386] = 84751, -- Fossilized Raptor
  295.     [388] = 87090, -- Goblin Trike
  296.     [389] = 87091, -- Goblin Turbo-Trike
  297.     [391] = 88331, -- Volcanic Stone Drake
  298.     [392] = 88335, -- Drake of the East Wind
  299.     [393] = 88718, -- Phosphorescent Stone Drake
  300.     [394] = 88741, -- Drake of the West Wind
  301.     [395] = 88742, -- Drake of the North Wind
  302.     [396] = 88744, -- Drake of the South Wind
  303.     [397] = 88746, -- Vitreous Stone Drake
  304.     [398] = 88748, -- Brown Riding Camel
  305.     [399] = 88749, -- Tan Riding Camel
  306.     [400] = 88750, -- Grey Riding Camel
  307.     [401] = 88990, -- Dark Phoenix
  308.     [403] = 90621, -- Golden King
  309.     [404] = 92155, -- Ultramarine Qiraji Battle Tank
  310.     [405] = 92231, -- Spectral Steed
  311.     [406] = 92232, -- Spectral Wolf
  312.     [407] = 93326, -- Sandstone Drake
  313.     [408] = 93623, -- Mottled Drake
  314.     [409] = 93644, -- Kor'kron Annihilator
  315.     [410] = 96491, -- Armored Razzashi Raptor
  316.     [411] = 96499, -- Swift Zulian Panther
  317.     [412] = 96503, -- Amani Dragonhawk
  318.     [413] = 97359, -- Flameward Hippogryph
  319.     [415] = 97493, -- Pureblood Fire Hawk
  320.     [417] = 97560, -- Corrupted Fire Hawk
  321.     [418] = 97581, -- Savage Raptor
  322.     [419] = 98204, -- Amani Battle Bear
  323.     [420] = 98718, -- Subdued Seahorse
  324.     [421] = 98727, -- Winged Guardian
  325.     [422] = 100332, -- Vicious War Steed
  326.     [423] = 100333, -- Vicious War Wolf
  327.     [424] = 101282, -- Vicious Gladiator's Twilight Drake
  328.     [425] = 101542, -- Flametalon of Alysrazor
  329.     [426] = 101573, -- Swift Shorestrider
  330.     [428] = 101821, -- Ruthless Gladiator's Twilight Drake
  331.     [429] = 102346, -- Swift Forest Strider
  332.     [430] = 102349, -- Swift Springstrider
  333.     [431] = 102350, -- Swift Lovebird
  334.     [432] = 102488, -- White Riding Camel
  335.     [433] = 102514, -- Corrupted Hippogryph
  336.     [434] = 103081, -- Darkmoon Dancing Bear
  337.     [435] = 103195, -- Mountain Horse
  338.     [436] = 103196, -- Swift Mountain Horse
  339.     [439] = 107203, -- Tyrael's Charger
  340.     [440] = 107516, -- Spectral Gryphon
  341.     [441] = 107517, -- Spectral Wind Rider
  342.     [442] = 107842, -- Blazing Drake
  343.     [443] = 107844, -- Twilight Harbinger
  344.     [444] = 107845, -- Life-Binder's Handmaiden
  345.     [445] = 110039, -- Experiment 12-B
  346.     [446] = 110051, -- Heart of the Aspects
  347.     [447] = 113120, -- Feldrake
  348.     [448] = 113199, -- Jade Cloud Serpent
  349.     [449] = 118089, -- Azure Water Strider
  350.     [450] = 118737, -- Pandaren Kite
  351.     [451] = 120043, -- Jeweled Onyx Panther
  352.     [452] = 120395, -- Green Dragon Turtle
  353.     [453] = 120822, -- Great Red Dragon Turtle
  354.     [455] = 121820, -- Obsidian Nightwing
  355.     [456] = 121836, -- Sapphire Panther
  356.     [457] = 121837, -- Jade Panther
  357.     [458] = 121838, -- Ruby Panther
  358.     [459] = 121839, -- Sunstone Panther
  359.     [460] = 122708, -- Grand Expedition Yak
  360.     [462] = 123182, -- White Riding Yak
  361.     [463] = 123886, -- Amber Scorpion
  362.     [464] = 123992, -- Azure Cloud Serpent
  363.     [465] = 123993, -- Golden Cloud Serpent
  364.     [466] = 124408, -- Thundering Jade Cloud Serpent
  365.     [467] = 124550, -- Cataclysmic Gladiator's Twilight Drake
  366.     [468] = 124659, -- Imperial Quilen
  367.     [469] = 126507, -- Depleted-Kyparium Rocket
  368.     [470] = 126508, -- Geosynchronous World Spinner
  369.     [471] = 127154, -- Onyx Cloud Serpent
  370.     [472] = 127156, -- Crimson Cloud Serpent
  371.     [473] = 127158, -- Heavenly Onyx Cloud Serpent
  372.     [474] = 127161, -- Heavenly Crimson Cloud Serpent
  373.     [475] = 127164, -- Heavenly Golden Cloud Serpent
  374.     [476] = 127165, -- Heavenly Jade Cloud Serpent
  375.     [477] = 127169, -- Heavenly Azure Cloud Serpent
  376.     [478] = 127170, -- Astral Cloud Serpent
  377.     [479] = 127174, -- Azure Riding Crane
  378.     [480] = 127176, -- Golden Riding Crane
  379.     [481] = 127177, -- Regal Riding Crane
  380.     [484] = 127209, -- Black Riding Yak
  381.     [485] = 127213, -- Brown Riding Yak
  382.     [486] = 127216, -- Grey Riding Yak
  383.     [487] = 127220, -- Blonde Riding Yak
  384.     [488] = 127271, -- Crimson Water Strider
  385.     [492] = 127286, -- Black Dragon Turtle
  386.     [493] = 127287, -- Blue Dragon Turtle
  387.     [494] = 127288, -- Brown Dragon Turtle
  388.     [495] = 127289, -- Purple Dragon Turtle
  389.     [496] = 127290, -- Red Dragon Turtle
  390.     [497] = 127293, -- Great Green Dragon Turtle
  391.     [498] = 127295, -- Great Black Dragon Turtle
  392.     [499] = 127302, -- Great Blue Dragon Turtle
  393.     [500] = 127308, -- Great Brown Dragon Turtle
  394.     [501] = 127310, -- Great Purple Dragon Turtle
  395.     [503] = 129552, -- Crimson Pandaren Phoenix
  396.     [504] = 129918, -- Thundering August Cloud Serpent
  397.     [505] = 129932, -- Green Shado-Pan Riding Tiger
  398.     [506] = 129934, -- Blue Shado-Pan Riding Tiger
  399.     [507] = 129935, -- Red Shado-Pan Riding Tiger
  400.     [508] = 130086, -- Brown Riding Goat
  401.     [509] = 130092, -- Red Flying Cloud
  402.     [510] = 130137, -- White Riding Goat
  403.     [511] = 130138, -- Black Riding Goat
  404.     [515] = 130965, -- Son of Galleon
  405.     [516] = 130985, -- Pandaren Kite
  406.     [517] = 132036, -- Thundering Ruby Cloud Serpent
  407.     [518] = 132117, -- Ashen Pandaren Phoenix
  408.     [519] = 132118, -- Emerald Pandaren Phoenix
  409.     [520] = 132119, -- Violet Pandaren Phoenix
  410.     [521] = 133023, -- Jade Pandaren Kite
  411.     [522] = 134359, -- Sky Golem
  412.     [523] = 134573, -- Swift Windsteed
  413.     [526] = 135416, -- Grand Armored Gryphon
  414.     [527] = 135418, -- Grand Armored Wyvern
  415.     [528] = 136163, -- Grand Gryphon
  416.     [529] = 136164, -- Grand Wyvern
  417.     [530] = 136400, -- Armored Skyscreamer
  418.     [531] = 136471, -- Spawn of Horridon
  419.     [532] = 136505, -- Ghastly Charger
  420.     [533] = 138423, -- Cobalt Primordial Direhorn
  421.     [534] = 138424, -- Amber Primordial Direhorn
  422.     [535] = 138425, -- Slate Primordial Direhorn
  423.     [536] = 138426, -- Jade Primordial Direhorn
  424.     [537] = 138640, -- Bone-White Primal Raptor
  425.     [538] = 138641, -- Red Primal Raptor
  426.     [539] = 138642, -- Black Primal Raptor
  427.     [540] = 138643, -- Green Primal Raptor
  428.     [541] = 139407, -- Malevolent Gladiator's Cloud Serpent
  429.     [542] = 139442, -- Thundering Cobalt Cloud Serpent
  430.     [543] = 139448, -- Clutch of Ji-Kun
  431.     [544] = 139595, -- Armored Bloodwing
  432.     [545] = 140249, -- Golden Primal Direhorn
  433.     [546] = 140250, -- Crimson Primal Direhorn
  434.     [547] = 142073, -- Hearthsteed
  435.     [548] = 142266, -- Armored Red Dragonhawk
  436.     [549] = 142478, -- Armored Blue Dragonhawk
  437.     [550] = 142641, -- Brawler's Burly Mushan Beast
  438.     [551] = 142878, -- Enchanted Fey Dragon
  439.     [554] = 146615, -- Vicious Warsaber
  440.     [555] = 146622, -- Vicious Skeletal Warhorse
  441.     [557] = 148392, -- Spawn of Galakras
  442.     [558] = 148396, -- Kor'kron War Wolf
  443.     [559] = 148417, -- Kor'kron Juggernaut
  444.     [560] = 148428, -- Ashhide Mushan Beast
  445.     [561] = 148476, -- Thundering Onyx Cloud Serpent
  446.     [562] = 148618, -- Tyrannical Gladiator's Cloud Serpent
  447.     [563] = 148619, -- Grievous Gladiator's Cloud Serpent
  448.     [564] = 148620, -- Prideful Gladiator's Cloud Serpent
  449.     [565] = 148626, -- Furious Ashhide Mushan
  450.     [566] = 148970, -- Felsteed
  451.     [567] = 148972, -- Dreadsteed
  452.     [568] = 149801, -- Emerald Hippogryph
  453.     [571] = 153489, -- Iron Chimaera
  454.     [593] = 163024, -- Warforged Nightmare
  455.     [594] = 163025, -- Grinning Reaver
  456.     [600] = 155741, -- Dread Raven
  457.     [603] = 169952, -- Creeping Carpet
  458.     [606] = 170347, -- Core Hound
  459.     [607] = 171436, -- Gorerider Gronnling
  460.     [608] = 171616, -- Dark Riding Clefthoof
  461.     [609] = 171617, -- Blue Riding Clefthoof
  462.     [610] = 171618, -- Grey Riding Clefthoof
  463.     [611] = 171619, -- White Riding Clefthoof
  464.     [612] = 171620, -- Red Riding Clefthoof
  465.     [613] = 171621, -- Armored Clefthoof
  466.     [614] = 171622, -- Brown Draenor Elekk
  467.     [615] = 171623, -- Dark Draenor Elekk
  468.     [616] = 171624, -- Grey Draenor Elekk
  469.     [617] = 171625, -- White Draenor Elekk
  470.     [618] = 171626, -- Armored Elekk
  471.     [650] = 171844, -- Tan Dire Wolf
  472.     [651] = 171845, -- Hellscream's Hog
  473.     [652] = 171846, -- Champion's Treadblade
  474.     [657] = 171851, -- Garn Nighthowl
  475. }

Last edited by semlar : 08-09-14 at 12:38 AM.