Lib: ReallyFlyable
Fixes Blizzards IsFlyableArea API in areas that aren't REALLY flyable like; class halls, some instances, area you don't have pathfinder for yet.
Usage:
lib = LibStub("LibReallyFlyable")
isFlyable = lib:IsReallyFlyableArea() -- true/false
Reimagined from Phanx's LibFlyable with updates for new zones and conditional mount macro creation.
--
MIT License