Returning 10 rows gives you row 0 to row 9.
There is no row 10, you're trying to get data where none exists.
I've tried it with " DESC LIMIT 11 " and it gave me 10 outputs but the error shows in the mysql log. After all i've been using the same code for my R5 gamemode and then it was working fine.