森罗排行修改
parent
7ed896b78c
commit
5515c1b9a1
|
@ -13,13 +13,6 @@ public class TowerRank extends AbstractRank {
|
||||||
public TowerRank(Integer type,String redisKey){
|
public TowerRank(Integer type,String redisKey){
|
||||||
super(type,redisKey);
|
super(type,redisKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public PlayerInfoProto.RankResponse getRank(int uid,String rkey,int page,int rankEndLine) throws Exception {
|
|
||||||
rankEndLine = SSpecialConfig.getIntegerValue(SSpecialConfig.TRIAL_RANKINGSHOWNUM);
|
|
||||||
return super.getRank(uid,rkey,1, rankEndLine);
|
|
||||||
}
|
|
||||||
|
|
||||||
// @Override
|
// @Override
|
||||||
// public long[] getDataByScore(Double score) {
|
// public long[] getDataByScore(Double score) {
|
||||||
// long[] array = new long [2];
|
// long[] array = new long [2];
|
||||||
|
|
Loading…
Reference in New Issue