score bug
parent
deab593bc3
commit
27441582f6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue