back_recharge
wangyuan 2019-12-24 15:25:05 +08:00
parent d775ae739d
commit eaf1ca45dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);