View Single Post
02-12-18, 04:41 PM   #11
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
Originally Posted by Phanx View Post
Can you check if IsFlyableArea() is returning correct info in class halls?
It doesn't, not for all classes:

Code:
Class			IsFlyableArea

DemonHunter		True
Mage			False
Shaman			True
Monk			True
DeathKnight		True
Hunter			True
Rogue			False
Warrior			True
Paladin			False
Druid			True
Warlock			True
Priest			False
Originally Posted by Phanx View Post
Does IsFlyableArea() return false there even with Broken Isles Pathfinder?
IsFlyableArea() correctly returns false on the Argus maps (mapID 1669).
  Reply With Quote