神将置换不检测无尽副本
parent
e15b8e1154
commit
283ffca275
|
@ -2963,7 +2963,7 @@ function this.ByReplaceHeroGetAllHeros()
|
||||||
for k,v in ipairs(sortHeroList) do
|
for k,v in ipairs(sortHeroList) do
|
||||||
local isFormations = {}
|
local isFormations = {}
|
||||||
for n, w in ipairs(v.formationList) do
|
for n, w in ipairs(v.formationList) do
|
||||||
if w ~= 1301 then
|
if w ~= 1301 and w ~= 401 then
|
||||||
local isFormationStr = HeroManager.GetHeroFormationStr(w)
|
local isFormationStr = HeroManager.GetHeroFormationStr(w)
|
||||||
if isFormationStr and isFormationStr ~= "" then
|
if isFormationStr and isFormationStr ~= "" then
|
||||||
table.insert(isFormations, w)
|
table.insert(isFormations, w)
|
||||||
|
|
Loading…
Reference in New Issue