森罗环境隐藏关卡问题 山河社稷图奖励领取问题
parent
9580c06b25
commit
41e12db5a7
|
|
@ -104,6 +104,7 @@ public class StartHardStageRequestHandler extends BaseHandler<PlayerInfoProto.Ha
|
|||
dropList.addAll(HardStageLogic.getFirstRewards(user, nodeConfig));
|
||||
HardStageLogic.updateChapterAndNodeLevel(user,nodeConfig);
|
||||
logResult = 1;
|
||||
user.getHardStageManager().updateString("chapterMap." + nodeConfig.getChapter(), chapterMap.get(nodeConfig.getChapter()));
|
||||
}
|
||||
} else if (nodeConfig.getStageType() == 1 || nodeConfig.getStageType() == 3) {
|
||||
if (teamPosHeroInfos == null || teamPosHeroInfos.size() == 0) {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,8 @@ class ExpectRankActivity extends AbstractActivity {
|
|||
//排除神秘关卡
|
||||
if(trialInfo.getFloor()<10000 && trialInfo.getFloor() > activityMission.getV()){
|
||||
activityMission.setV(trialInfo.getFloor());
|
||||
}else if(trialInfo.getFloor()>10000){
|
||||
activityMission.setV(trialInfo.getFloor()-10000);
|
||||
}
|
||||
//activityMission.setV(count + activityMission.getV());
|
||||
RankContext.getRankEnum(RankEnum.EXPERT_RANK.getType()).addRank(user.getId(),String.valueOf(id),activityMission.getV());
|
||||
|
|
|
|||
Loading…
Reference in New Issue