编队ID修改
parent
f8645932db
commit
acc29668bc
|
|
@ -998,11 +998,13 @@ public class HeroLogic {
|
||||||
}
|
}
|
||||||
//阵营光环加成
|
//阵营光环加成
|
||||||
if(!isForce){
|
if(!isForce){
|
||||||
List<int[][]> elementEffect = CombatLogic.getInstance().elementEffect(user,teamId);
|
if(teamId!=0){
|
||||||
Iterator it = elementEffect.iterator();
|
List<int[][]> elementEffect = CombatLogic.getInstance().elementEffect(user,teamId);
|
||||||
while (it.hasNext()){
|
Iterator it = elementEffect.iterator();
|
||||||
int[][] effect = (int[][])it.next();
|
while (it.hasNext()){
|
||||||
combinedAttribute(effect,heroAllAttribute);
|
int[][] effect = (int[][])it.next();
|
||||||
|
combinedAttribute(effect,heroAllAttribute);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
calInteractAdd(heroAllAttribute);
|
calInteractAdd(heroAllAttribute);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue