添加注释

yuanshuai 2021-11-17 13:55:25 +08:00
parent f8aa4e339b
commit 661594c422
1 changed files with 1 additions and 0 deletions

View File

@ -1978,6 +1978,7 @@ public class HeroLogic {
List<Integer> godSoulSkills = GetGodSoulSkill(hero.getTemplateId(), hero.getGodSoulLv());
skillList.addAll(godSoulSkills);
}
///法宝之魂共鸣技能
if (user.getHeroManager().getFaBaoGongMingSkillMap().size()>0) {
List<Integer> faBaoSoulSkills=new ArrayList<>(user.getHeroManager().getFaBaoGongMingSkillMap().values());
skillList.addAll(faBaoSoulSkills);