When sorting guild members by name, the list for some reason goes from a-z and then from a-z again.
http://i.imgur.com/PxIXfro.png
It looks like a mergesort algorithm which missed the last merge... Quite embarrassing for you guys.
When sorting guild members by name, the list for some reason goes from a-z and then from a-z again.
http://i.imgur.com/PxIXfro.png
It looks like a mergesort algorithm which missed the last merge... Quite embarrassing for you guys.
So, no acknowledgement at all.
Could you either explain to me how this is intended behaviour, or put it on the confirmed bugs list? Thanks.
Its also at the guild/friends avatar list below star menu, names starting with capital letters are before ones starting with small letters.
But don't ask me why :p
If you look at the ASCII table,
A-Z is 65 - 90
a-z is 97 - 122
which means that "a" comes after "Z"
This bug has been inserted into our database.
Thank you for bringing it to our attention!