anybody knows if something like this should be added somewhere in the cc?
Delay_WoWClientMovementThrottle = TimeSpan.FromMilliseconds(0);
private TimeSpan Delay_WowClientLagTime { get { return (TimeSpan.FromMilliseconds((StyxWoW.WoWClient.Latency * 2) + 150)); } }
?
Delay_WoWClientMovementThrottle = TimeSpan.FromMilliseconds(0);
private TimeSpan Delay_WowClientLagTime { get { return (TimeSpan.FromMilliseconds((StyxWoW.WoWClient.Latency * 2) + 150)); } }
?