View Single Post
  #13  
Old 08-14-2012, 11:27 AM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

Not necessarily. If there's no results, it shouldn't execute the loop where it processes the results, which is where the error is being caused. It's more likely that it is returning a row, but one of the values is null, most likely MaxValue. Is the bot id'd in the error a warrior? If not, figure out what class they are and use that. Is it all new bots, or just a specific class?

The only thing I can think of is MaxValue is null, so I need to figure out how to get the sunquery to return null. It may be difficult to reproduce, because you most likely need a timer in there to get some results.

I'll try to reproduce this when I get a chance.
Reply With Quote