yx属性显示
parent
875484ac61
commit
0fb715e75f
|
@ -240,11 +240,12 @@ public class CoreService implements RPCRequestIFace.Iface {
|
|||
continue;
|
||||
}
|
||||
Map<Integer, Long> attribute;
|
||||
if(teamId == GlobalsDef.FORMATION_NORMAL){
|
||||
/*if(teamId == GlobalsDef.FORMATION_NORMAL){
|
||||
attribute = HeroLogic.getInstance().calHeroNotBufferAttribute(user, hero, false, teamId);
|
||||
}else{
|
||||
attribute = HeroLogic.getInstance().calHeroNotBufferAttribute(user, hero, true, teamId);
|
||||
}
|
||||
|
||||
}*/
|
||||
attribute = HeroLogic.getInstance().calHeroNotBufferAttribute(user, hero, true, teamId);
|
||||
if(arenaOfHero.getAttributeMapByTeam() == null){
|
||||
arenaOfHero.setAttributeMapByTeam(new HashMap<>());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue