From c0f5c8a358024fec2bfe770445f58d47884ffda6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 3 Sep 2018 01:08:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=20=EC=A0=95=EB=B3=B4=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=88=98=EB=B9=84,=20=ED=86=A0=EB=84=88=EB=A8=BC?= =?UTF-8?q?=ED=8A=B8=EA=B0=80=20=EC=A6=89=EC=8B=9C=20=EB=B0=98=EC=98=81?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_myPage.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/b_myPage.php b/hwe/b_myPage.php index 80225c15..69925e3c 100644 --- a/hwe/b_myPage.php +++ b/hwe/b_myPage.php @@ -56,6 +56,9 @@ if (($btn == "설정저장" || $detachNPC) && $me['myset'] > 0) { 'tnmt'=>$tnmt ], 'owner=%i', $userID); + $me['mode'] = $mode; + $me['tnmt'] = $tnmt; + if($me['npc'] == 1 && $detachNPC){ $turnterm = $gameStor->turnterm;