View Single Post
08-01-21, 12:55 PM   #8
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
tContains do the same thing:

Lua Code:
  1. function Lunar.Items:BCCIsFlyingMount(mount)
  2.     local items = { "Windrider", "Gryphon", "Cenarion War Hippogryph", "Netherwing Drake", "Nether Ray", "Ashes of Al'ar", "Flying Machine" }
  3.         return tContains(items, mount)
  4. end
__________________
Zax - Addons List, not all maintained.
  Reply With Quote