编队ID修改
parent
f8645932db
commit
acc29668bc
|
|
@ -998,6 +998,7 @@ public class HeroLogic {
|
|||
}
|
||||
//阵营光环加成
|
||||
if(!isForce){
|
||||
if(teamId!=0){
|
||||
List<int[][]> elementEffect = CombatLogic.getInstance().elementEffect(user,teamId);
|
||||
Iterator it = elementEffect.iterator();
|
||||
while (it.hasNext()){
|
||||
|
|
@ -1005,6 +1006,7 @@ public class HeroLogic {
|
|||
combinedAttribute(effect,heroAllAttribute);
|
||||
}
|
||||
}
|
||||
}
|
||||
calInteractAdd(heroAllAttribute);
|
||||
heroAllAttribute.put(HeroAttributeEnum.CurHP.getPropertyId(),heroAllAttribute.get(GlobalsDef.HP_TYPE));
|
||||
//装备战力保存
|
||||
|
|
|
|||
Loading…
Reference in New Issue