diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua index 76e4a7e6f2..db7f0c1cc3 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua @@ -114,7 +114,7 @@ function PlayerView:onCreate(go, role, position, root) -- self.starGrid:GetComponent("Image").enabled = false end - SetCardStars(self.starGrid, star, starType) + --SetCardStars(self.starGrid, star, starType) local zs = Util.GetGameObject(go, "zs") local zsName = GetHeroCardStarZs[role.roleData.star] -- if zsName == "" then