2017-03-12 23:20:57 -07:00
|
|
|
select trank, ifnull(alias, "Unregistered Player"), tvalue
|
2017-03-10 16:59:58 -08:00
|
|
|
from Cts_times, Cts_ranks
|
|
|
|
left join Id2alias
|
|
|
|
on idvalue = cryptokey
|
|
|
|
where trank = idrank and Cts_times.mapid = Cts_ranks.mapid and Cts_times.mapid = ?
|