对手分数

back_recharge
wangyuan 2019-05-15 13:54:56 +08:00
parent 55301d2894
commit d0cff52e89
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ public class ArenaLogic {
.setLevel(playerInfoManager.getLevel())
.setHead(0)
.setTotalForce(attackForce)
.setScore( RedisUtil.getInstence().getZSetScore(RedisKey.ARENA_RANK,Integer.toString(curSeason), Integer.toString(attackId)).intValue())
.build();
arenaRecordInfos.add(CommonProto.ArenaRecordInfo.newBuilder()