score bug

back_recharge
wangyuan 2019-05-13 20:00:54 +08:00
parent deab593bc3
commit 27441582f6
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class ArenaLogic {
int defScoreChange=0;
if(arenaManager.getCount() != 0){
myscore = RedisUtil.getInstence().getZSetScore(RedisKey.ARENA_RANK,Integer.toString(curSeason), Integer.toString(challengeUid)).intValue();
myscore = RedisUtil.getInstence().getZSetScore(RedisKey.ARENA_RANK,Integer.toString(curSeason), Integer.toString(uid)).intValue();
}
setMyArenaEnemys(uid,user);