diff --git a/Assets/ManagedResources/~Lua/Modules/CompoundHero/view/CompoundHero_Replace.lua b/Assets/ManagedResources/~Lua/Modules/CompoundHero/view/CompoundHero_Replace.lua index 68c00b4a63..8a6a28b71a 100644 --- a/Assets/ManagedResources/~Lua/Modules/CompoundHero/view/CompoundHero_Replace.lua +++ b/Assets/ManagedResources/~Lua/Modules/CompoundHero/view/CompoundHero_Replace.lua @@ -326,7 +326,7 @@ function this.SingleHeroDataShow(_go,_heroData) end) Util.AddOnceClick(formationMask, function() - if LengthOfTable(hheroData.isFormations) ~= 0 then + if LengthOfTable(heroData.isFormations) ~= 0 then local text = "" for key, value in pairs(heroData.isFormations) do text = Language[12317]..HeroManager.GetHeroFormationStr2(key)..Language[12318]