无尽本修改

back_recharge
lvxinran 2019-10-16 14:16:23 +08:00
parent 5fb0071318
commit eba1a6bd0e
1 changed files with 3 additions and 1 deletions

View File

@ -1439,7 +1439,9 @@ public class MapLogic {
} }
groupId = option[0]; groupId = option[0];
if(SChallengeConfig.sChallengeConfigs.get(mapManager.getCurMapId()).getType()==4) { if(SChallengeConfig.sChallengeConfigs.get(mapManager.getCurMapId()).getType()==4) {
groupId =STableManager.getFigureConfig(MapStaticConfig.class).getDifficultyMonster().get(groupId); if(STableManager.getFigureConfig(MapStaticConfig.class).getDifficultyMonster().containsKey(groupId)){
groupId = STableManager.getFigureConfig(MapStaticConfig.class).getDifficultyMonster().get(groupId);
}
} }
} }
FightInfoProto.FightStartResponse.Builder fightStartResponse = FightInfoProto.FightStartResponse.newBuilder(); FightInfoProto.FightStartResponse.Builder fightStartResponse = FightInfoProto.FightStartResponse.newBuilder();