【无尽副本】加入神将版本控制判断

dev_chengFeng
gaoxin 2022-02-22 14:20:02 +08:00
parent 3cecd32fda
commit 30e7ef5bd5
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ function this.GetHeroDataByProperty1(_proId,_heros)
break
end
end
if not isExist and (v.property == _proId or _proId == 0) then
if not isExist and (v.property == _proId or _proId == 0) and HeroManager.InVersion(v.id) then
index = #_heros + 1
_heros[index] = v
_heros[index].exist = 0