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);
             }
         }