Merge branch 'master_test' into master_test_gn

back_recharge
lvxinran 2021-03-18 18:01:51 +08:00
commit 3905b8b26d
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class EndConfirmExpeditionBattleRequestHandler extends BaseHandler<Expedi
//
//节点血量更新
nodeInfo.getSnapFightInfo().getHeroAttribute().forEach((s, familyHeroInfo) ->
nodeInfo.getBossHP().put(s, (double) remainHp.remove(familyHeroInfo.getPosition() - 1) / (double) familyHeroInfo.getAttribute().get(HeroAttributeEnum.CurHP.getPropertyId()))
nodeInfo.getBossHP().put(s, (double) remainHp.get(familyHeroInfo.getPosition() - 1) / (double) familyHeroInfo.getAttribute().get(HeroAttributeEnum.CurHP.getPropertyId()))
);
//更新节点
Expedition.ExpeditionNodeInfoIndication.Builder builder = Expedition.ExpeditionNodeInfoIndication.newBuilder();