查找错误日志
parent
5fb384e96f
commit
3f21123535
|
@ -323,6 +323,10 @@ public class SCHero implements BaseConfig{
|
|||
}
|
||||
|
||||
public List<Integer> getAwakSkills(int type, int id) {
|
||||
if(awakSkillMap.get(type)==null){
|
||||
System.out.println(this.getId()+"ccc");
|
||||
System.out.println(type+"ddddd"+"id");
|
||||
}
|
||||
if (awakSkillMap.get(type).floorEntry(id) == null) {
|
||||
return new ArrayList<>(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue