diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua index 9eb5c48ce5..79d9fc664b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua @@ -548,7 +548,7 @@ function this.SetCardSingleData(o, heroId, _pos, _heroData) local kaPaiEffect=Util.GetGameObject(o,"UI_Effect_jinkuang_KaPai") local live = Util.GetGameObject(o, "Mask/icon"):GetComponent("RawImage") - local liveName = heroData.painting + local liveName = heroData.live local roleConfig = {} local toward=0 local star,starType = heroData.GetStar(1)