Removed queries that aren't used in the program.
This commit is contained in:
parent
e7c71570c7
commit
a9141fa394
@ -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.
|
@ -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.
|
Loading…
Reference in New Issue
Block a user