فهرست منبع

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

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
                     {