From 796f591a93db3502553d27fbfa940969d1824489 Mon Sep 17 00:00:00 2001 From: Ino Date: Mon, 17 Mar 2025 07:55:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B1=95=ED=84=B0=20=ED=8F=AC=ED=83=88=20?= =?UTF-8?q?=ED=99=9C=EC=84=B1=ED=99=94=20=EC=8B=9C=20=EC=BA=90=EB=A6=AD?= =?UTF-8?q?=ED=84=B0=20=EC=9E=85=EC=9E=A5=ED=95=98=EB=A9=B4=20=EB=8B=A4?= =?UTF-8?q?=EC=9D=8C=20=EC=B1=95=ED=84=B0=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Ino_nerdnavis.txt | 6 ------ Assets/Script/Map/ChapterPortal.cs | 4 +++- 2 files changed, 3 insertions(+), 7 deletions(-) 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 { // 보스를 처치하세요.