diff --git a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua index 65b5a04377..5aa33eed5e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua @@ -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)