From 66170c98dd287a4b20cb11878fc477e2c5dc662b Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 27 Aug 2022 03:00:16 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=88=98=EB=B9=84=20=EB=81=94=20?= =?UTF-8?q?=EC=8B=9C=20=EC=82=AC=EA=B8=B0=20=EA=B0=90=EC=86=8C=EB=9F=89=20?= =?UTF-8?q?-3=20=3D>=20-6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_myPage.php | 2 +- hwe/j_set_my_setting.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/b_myPage.php b/hwe/b_myPage.php index 26eb2f34..9e1e03a2 100644 --- a/hwe/b_myPage.php +++ b/hwe/b_myPage.php @@ -116,7 +116,7 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1; - +

id='set_my_setting' name=btn style=background-color:;color:white;width:160px;height:30px;font-size:14px; value=설정저장>
diff --git a/hwe/j_set_my_setting.php b/hwe/j_set_my_setting.php index 49acc908..04d4e2b3 100644 --- a/hwe/j_set_my_setting.php +++ b/hwe/j_set_my_setting.php @@ -44,7 +44,7 @@ if($defence_train !== $me->getVar('defence_train')){ $me->increaseVar('myset', -1); $me->setVar('defence_train', $defence_train); $me->increaseVarWithLimit('train', -3, 20); - $me->increaseVarWithLimit('atmos', -3, 20); + $me->increaseVarWithLimit('atmos', -6, 20); } else{ $me->increaseVar('myset', -1);