节点信息修改

back_recharge
lvxinran 2021-03-18 18:55:47 +08:00
parent dc3cb7f760
commit f0677a6706
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ public class ExpeditionLogic {
Map<String, Double> heroHP = nodeInfo.getBossHP();
SnapFightInfo fightInfo = nodeInfo.getSnapFightInfo();
CommonProto.ExpeditionTeamInfo.Builder builder = CommonProto.ExpeditionTeamInfo.newBuilder();
if (!ExpeditionLogic.isBattleNode(nodeInfo.getType())&&nodeInfo.getType()!=ExpeditionLogic.NODETYPE_GREED) {
if (!ExpeditionLogic.isBattleNode(nodeInfo.getType())&&!ExpeditionLogic.isHardNode(nodeInfo.getType())) {
return builder.build();
}
if (null == fightInfo) {