diff --git a/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaBattleInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaBattleInfoPanel.lua index 1f69979839..d735f77d3c 100644 --- a/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaBattleInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaBattleInfoPanel.lua @@ -565,7 +565,7 @@ function this.SetTeamInfo(_go,teamData,type) teamList[hero.position].proIcon.sprite = this.spLoader:LoadSprite(GetProStrImageByProNum(heroConfig.PropertyName)) teamList[hero.position].levelText.text = hero.level teamList[hero.position].frame.sprite = this.spLoader:LoadSprite(GetQuantityImageByquality(heroConfig.Quality, hero.star)) - SetHeroIcon(this.spLoader, teamList[hero.position].icon,heroConfig) + SetHeroIcon(this.spLoader, hero,teamList[hero.position].icon,heroConfig) --local heroData = {} -- Util.AddOnceClick(teamList[i].frameBtn, function() -- NetManager.ViewHeroInfoRequest(self.playerId,hero.heroid,1,PLAYER_INFO_VIEW_TYPE.NORMAL,function(msg)