【无尽副本】加入神将版本控制判断
parent
3cecd32fda
commit
30e7ef5bd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue