[变身卡]=======处理变身卡报错

dev_chengFeng
wangzhenxing 2022-04-21 17:23:57 +08:00
parent cb3576eb58
commit 61a52f4239
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function this.CreatEmptyItemData(id)
str = this.GetproDesStr(str,this.itemDataList[id].proDatas)
table.insert(this.itemDataList[id].proDesList,str)
this.itemDataList[id].skillDatas = ChangingCard[id].Skill
this.itemDataList[id].skillDes = PassiveSkillConfig[ChangingCard[id].Skill].Desc
this.itemDataList[id].skillDes = PassiveSkillConfig[ChangingCard[id].Skill[1]].Desc
table.insert(this.itemDataList[id].proDesList,this.itemDataList[id].skillDes)
end