fix 注掉actor没有使用的变量

This commit is contained in:
luying
2020-12-14 09:56:12 +08:00
parent 5897b37ef6
commit a6de265903

View File

@@ -1,4 +1,4 @@
import { getHeroInfoById, getStarRatio, getHeroSkillById, getSeidById, getOlySeidByType, getGoodById } from "./gamedata";
import { getHeroInfoById, getStarRatio, /*getHeroSkillById,*/ getSeidById, getOlySeidByType, getGoodById } from "./gamedata";
import { getAtrrNameById, ABI_TYPE, SEID_TYPE } from "../consts/abilityConst";
import { EXPRESSION } from '../consts/consts';
@@ -47,7 +47,7 @@ export default class Actor {
/**更新武将的被动技能 */
updateSkillInfo(){
let dicHero = getHeroInfoById(this.hid);
// let dicHero = getHeroInfoById(this.hid);
// console.log('updateSkillInfo', dicHero.skill, getHeroSkillById(dicHero.skill))
//被动技能
// if(dicHero.skill){