节点信息修改
parent
dc3cb7f760
commit
f0677a6706
|
@ -420,7 +420,7 @@ public class ExpeditionLogic {
|
||||||
Map<String, Double> heroHP = nodeInfo.getBossHP();
|
Map<String, Double> heroHP = nodeInfo.getBossHP();
|
||||||
SnapFightInfo fightInfo = nodeInfo.getSnapFightInfo();
|
SnapFightInfo fightInfo = nodeInfo.getSnapFightInfo();
|
||||||
CommonProto.ExpeditionTeamInfo.Builder builder = CommonProto.ExpeditionTeamInfo.newBuilder();
|
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();
|
return builder.build();
|
||||||
}
|
}
|
||||||
if (null == fightInfo) {
|
if (null == fightInfo) {
|
||||||
|
|
Loading…
Reference in New Issue