删除红点

back_recharge
wangyuan 2019-07-25 10:29:27 +08:00
parent 212d34ca3f
commit 172ddbbd95
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ public class ArenaLogic {
MissionEventDistributor.requestStart();
user.getUserMissionManager().onGameEvent(user,GameEvent.ARENA_UPDATE_RANK,rank);
user.getPlayerInfoManager().removeRed(GlobalsDef.ARENA_CHALLENGE_TYPE);
ISession sessionByUid = OnlineUserManager.getSessionByUid(uid);
if(sessionByUid!=null){
MissionEventDistributor.requestEnd(sessionByUid,true);