节点信息修改
parent
dc3cb7f760
commit
f0677a6706
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue