zhaoyang 2 years ago
parent
commit
db08f2bcc3
1 changed files with 1 additions and 1 deletions
  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);
             }
         }