神将置换不检测无尽副本

dev_chengFeng
jiaoyangna 2020-08-27 21:01:05 +08:00
parent e15b8e1154
commit 283ffca275
1 changed files with 1 additions and 1 deletions

View File

@ -2963,7 +2963,7 @@ function this.ByReplaceHeroGetAllHeros()
for k,v in ipairs(sortHeroList) do
local isFormations = {}
for n, w in ipairs(v.formationList) do
if w ~= 1301 then
if w ~= 1301 and w ~= 401 then
local isFormationStr = HeroManager.GetHeroFormationStr(w)
if isFormationStr and isFormationStr ~= "" then
table.insert(isFormations, w)