From 771fcbec6a0eb729108aa79a5f9785bca248d5b0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 21 May 2018 03:16:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EC=88=98=20=EC=83=9D=EC=84=B1=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/join_post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/join_post.php b/hwe/join_post.php index fd4b35d6..8a699fd6 100644 --- a/hwe/join_post.php +++ b/hwe/join_post.php @@ -165,6 +165,8 @@ if ($genius) { $specage = Util::round((80 - $age)/12) + $age; $special = 0; +$admin = $gameStor->getValues(['scenario', 'turnterm', 'show_img_level']); + if ($admin['scenario'] > 0) { $specage2 = $age + 3; $specage = $age + 3;