| 
					
				 | 
			
			
				@@ -123,7 +123,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             UI_ComValueInfo com = UI_ComValueInfo.Proxy(obj); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             com.m_scoreType.url = ResPathUtil.GetScorePath(ArenaDataManager.Instance.ThemeList[index]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            com.m_txtScore.text = FightDataManager.Instance.GetScore(roleDatas[index].itemScoreList).ToString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            com.m_txtScore.text = FightDataManager.Instance.GetScore(roleDatas[index]).ToString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             long fightScore = ArenaDataManager.Instance.GetAllFightScore(roleDatas); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             com.m_txtFightScore.SetVar("value", fightScore.ToString()).FlushVars(); ; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             com.m_txtTagScore.text = FightDataManager.Instance.GetTagsScore(roleDatas[index].itemList, roleDatas[index].tags).ToString(); 
			 |