Update WRobot and use this plugin if you get problem to fly (to wait bliz fix): Main.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Wow.Helpers.Usefuls.ForceIsFlyableArea = true; } public void Dispose() { } public void Settings() { } }