소스 검색

竞技场

zhaoyang 2 년 전
부모
커밋
202ccda951
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/ServerProxy/ArenaSproxy.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/ArenaSproxy.cs

@@ -413,7 +413,7 @@ namespace GFGGame
         {
             ArenaRobotCfg robotCfg = ArenaRobotCfgArray.Instance.GetCfg(robotProto.RobotId);
             FightData fightData = new FightData();
-            fightData.name = robotCfg.gradeName;
+            fightData.name = robotProto.Name;
             fightData.scoreType = ArenaDataManager.Instance.ThemeList[index];
             fightData.baseScore = RoleLevelCfgArray.Instance.GetCfg(robotCfg.level).baseScore;
             fightData.cardId = robotProto.CardIdList.Count <= index ? 0 : robotProto.CardIdList[index];//上赛季没有穿戴数据