From f2f3b7726028f6739b487335c86ef519eb13bf65 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 27 Aug 2020 21:29:03 +0800 Subject: [PATCH] biandui update --- Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua index 83b1b58c2e..9fe4966e8a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua @@ -2963,12 +2963,10 @@ function this.ByReplaceHeroGetAllHeros() for k,v in ipairs(sortHeroList) do local isFormations = {} for n, w in ipairs(v.formationList) do - if w ~= 1301 and w ~= 401 then local isFormationStr = HeroManager.GetHeroFormationStr(w) if isFormationStr and isFormationStr ~= "" then table.insert(isFormations, w) end - end end v.isFormations = isFormations end