The favor per platinum column appears to be sorting alphabetically instead of numerically. (For example, 10 is followed by 100, which comes before 20.) I assume that that the syntax here is akin to MediaWiki and Help:Sorting on Wikipedia suggests that the incorrect sorting is a result of an alphanumeric character somewhere in one of the fields. I'll see if I can find it, but otherwise, it would be nice to fix the sort order.
Oh, I get it now. Because some of the fields are text-based and some are numeric, the sorting automatically goes to alphabetical. Hmm... I'm not sure if that's fixable without breaking the numbers out into a different table.
Everything I've seen has been alphabetic sorting, so I've had to add 0 (zeros) as fillers to make everything the same number of digits in order to sort correctly. I've been planning on fixing all of my stuff, just haven't gotten around to it.