删除日志
parent
bf2cfc3bcf
commit
86f5c6a74d
|
@ -849,7 +849,6 @@ public class HeroLogic{
|
||||||
}
|
}
|
||||||
|
|
||||||
result.put(attributeType,(int)value);
|
result.put(attributeType,(int)value);
|
||||||
System.out.println(result);
|
|
||||||
}
|
}
|
||||||
if(!isForce){
|
if(!isForce){
|
||||||
Map<Integer, Integer> secondaryFactorMap = scHero.getSecondaryFactorMap();
|
Map<Integer, Integer> secondaryFactorMap = scHero.getSecondaryFactorMap();
|
||||||
|
@ -917,7 +916,6 @@ public class HeroLogic{
|
||||||
}
|
}
|
||||||
|
|
||||||
private Map<Integer,Object> getParaRate(SCHero scHero,int heroStar,int heroLevel,int heroBreakId){
|
private Map<Integer,Object> getParaRate(SCHero scHero,int heroStar,int heroLevel,int heroBreakId){
|
||||||
System.out.println(scHero.getId());
|
|
||||||
Map<Integer,Object> result = new HashMap<>(2);
|
Map<Integer,Object> result = new HashMap<>(2);
|
||||||
Object rankupPara=null;
|
Object rankupPara=null;
|
||||||
//突破系数
|
//突破系数
|
||||||
|
|
Loading…
Reference in New Issue