-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
AFKitten reacted to Droidz in I can not fly in any area
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() { } }
-