When calling SpellInformation.CanCast the following is given:
	
	
	
		
This only appears to happen with the Esper skill Bolster from what I can see (haven't really tried any other classes). It's a bit of a ball ache because I have an extension method which is having issues when Bolster gets used.
				
			
		Code:
	
	Unhandled exception!Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.OverflowException: TimeSpan overflowed because the duration is too long.
   at System.TimeSpan.Interval(Double value, Int32 scale)
   at Buddy.Wildstar.Game.SpellManager.SpellInformation.get_CanCast()This only appears to happen with the Esper skill Bolster from what I can see (haven't really tried any other classes). It's a bit of a ball ache because I have an extension method which is having issues when Bolster gets used.






