血量初始值修改

back_recharge
wangyuan 2019-04-29 16:57:24 +08:00
parent ac20fac6d7
commit f2f08a0613
1 changed files with 1 additions and 0 deletions

View File

@ -752,6 +752,7 @@ public class HeroLogic {
combinedAttribute(propertyValueByIdMap,heroAllAttribute);
combinedAttribute(secondValueByIdMap,heroAllAttribute);
}
heroAllAttribute.put(HeroAttributeEnum.CurHP.getPropertyId(),heroAllAttribute.get(GlobalsDef.HP_TYPE));
return heroAllAttribute;
}