浏览代码

章节剧情最后一关跳转调整

zhangyuqian 1 年之前
父节点
当前提交
14aa0342c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryController.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryController.cs

@@ -41,7 +41,7 @@ namespace GFGGame
                     if (nextStoryChapterCfg == null)
                     {
                         StoryChapterCfg lastChapter = StoryChapterCfgArray.Instance.GetCfg(levelCfg.chapterId);
-                        ViewManager.Show<StoryChapterListView>(new object[] { index, lastChapter.order - 1 }, null, true);
+                        ViewManager.Show<StoryChapterListView>(new object[] { index, lastChapter.order }, null, true);
                     }
                     else
                     {