diff --git a/queries/mleaderboard.sql b/queries/mleaderboard.sql deleted file mode 100644 index 753d5a3..0000000 --- a/queries/mleaderboard.sql +++ /dev/null @@ -1,8 +0,0 @@ -select trank, idvalue, tvalue -from Cts_times, Cts_ranks -where trank = idrank and Cts_times.mapid = Cts_ranks.mapid and Cts_times.mapid = ? -order by trank - --- get full leaderboard of the map --- aliases are not included because --- not ever player has a registered alias. \ No newline at end of file diff --git a/queries/mplayers.sql b/queries/mplayers.sql deleted file mode 100644 index 85d8200..0000000 --- a/queries/mplayers.sql +++ /dev/null @@ -1,7 +0,0 @@ -select idrank, idvalue, alias -from Cts_ranks, Id2alias -where idvalue = cryptokey and mapid = ? -order by idrank - --- get registered/aliased players who have played on --- the specified map. \ No newline at end of file