rank
parent
d775ae739d
commit
eaf1ca45dc
|
|
@ -1253,7 +1253,7 @@ public class ChampionshipLogic {
|
|||
}
|
||||
}
|
||||
}
|
||||
if(myInfo==null && end>=rankEndLine){
|
||||
if(myInfo==null && end<=rankEndLine){
|
||||
int myRank= RedisUtil.getInstence().getZSetreverseRank(RedisKey.CHAMPION_RANK,"",Integer.toString(myUid)).intValue();
|
||||
if(myRank != -1){
|
||||
myInfo=getEnemyInfo(myUid, myRank,0,0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue