查找错误日志

back_recharge
lvxinran 2021-04-01 16:05:12 +08:00
parent 5fb384e96f
commit 3f21123535
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}