|
@@ -41,7 +41,7 @@ namespace GFGGame
|
|
if (nextStoryChapterCfg == null)
|
|
if (nextStoryChapterCfg == null)
|
|
{
|
|
{
|
|
StoryChapterCfg lastChapter = StoryChapterCfgArray.Instance.GetCfg(levelCfg.chapterId);
|
|
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
|
|
else
|
|
{
|
|
{
|