I think I figured out how they created the list.
select dotas_number from table_dotas where number_of_users > 0;
It certainly looks like a database dump.
select dotas_number from table_dotas where number_of_users > 0;
It certainly looks like a database dump.
Comment