法相佩戴条件修改

dev_chengFeng hotfix/you_gu/cdn_xiao7_and/1.1.44
wangzhenxing 2023-03-10 16:55:37 +08:00
parent 5aeffabd6f
commit 3a5076bb2e
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ function this.GetAllTreasuresCanUp(_heroData)
for key, value in pairs(allTreasures) do
if (value.upHeroDid == "" or value.upHeroDid == "0")
and (value.faXiangConfig.Profession==0 or value.faXiangConfig.Profession==_heroData.heroConfig.Profession)
and CheckListIsContainValue1(value.faXiangConfig.Job,_heroData.heroConfig.Job) then
and (value.faXiangConfig.Job[1]==0 or CheckListIsContainValue1(value.faXiangConfig.Job,_heroData.heroConfig.Job)) then
table.insert(curAllEquipTreasure, value)
end
end