What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

CanCast causes OverflowException on 'Bolster'

HeroXx

Member
Joined
Jan 15, 2010
Messages
106
Reaction score
0
When calling SpellInformation.CanCast the following is given:

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.
 
Back
Top