diff --git a/Assets/Ino_nerdnavis.txt b/Assets/Ino_nerdnavis.txt index 37761b57d..18a63c0fd 100644 --- a/Assets/Ino_nerdnavis.txt +++ b/Assets/Ino_nerdnavis.txt @@ -70,10 +70,4 @@ messageinfo 엄청 느린 버그 웨이포인트 포탈 몸으로 터치 시 웨이포인트 이동 UI 노출 - 던전 이동은 못하게 -챕터 포탈 활성화 시 터치하면 다음 챕터로 -UI -몬스터 & 장비 도감 - - 모두 받기 - - 수집률 - - 통합... diff --git a/Assets/Script/Map/ChapterPortal.cs b/Assets/Script/Map/ChapterPortal.cs index 9b58e3896..98107bf5d 100644 --- a/Assets/Script/Map/ChapterPortal.cs +++ b/Assets/Script/Map/ChapterPortal.cs @@ -16,7 +16,9 @@ public class ChapterPortal : MonoBehaviour if(pcactor && !pcactor.IsEnemy()) { if (go_nextchapter.activeSelf) - { // TODO 정인호 : 다음 챕터로 (팝업으로 물어보기) + { // 다음 챕터로 (팝업으로 물어보기) + MyValue.MyChoiceMapData.n_PortalIndex = 0; + InGameInfo.Ins.Load_Map(MyValue.MyChoiceMapData.n_MapID + 1); } else { // 보스를 처치하세요.