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

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Arena/ArenaView.cs

@@ -495,7 +495,7 @@ namespace GFGGame
                     }
                 }
 
-                GuideController.TryGuide(_ui.m_btnBack, ConstGuideId.ARENA_OPEN, 12, "战斗结束啦,我们继续新故事吧!");
+                GuideController.TryGuide(_ui.m_btnBack, ConstGuideId.ARENA_OPEN, 12, "厉害啦,你赢啦,我们继续新故事吧!");
                 GuideController.TryCompleteGuide(ConstGuideId.ARENA_OPEN, 12);
             }
         }