From 449e8afb4c9bf96e57d559667cecd2164003acaf Mon Sep 17 00:00:00 2001 From: sars Date: Sat, 10 Mar 2018 02:27:17 -0800 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EC=9E=91=EB=82=98=EC=9D=B4=2025?= =?UTF-8?q?=EC=84=B8=EB=B6=80=ED=84=B0=2032=EC=84=B8=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/join_post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/che_close/join_post.php b/che_close/join_post.php index 60ed452..793c8bf 100644 --- a/che_close/join_post.php +++ b/che_close/join_post.php @@ -141,7 +141,7 @@ if($id_num) { } $city = $city[city]; - $total = rand() % 6; + $total = 3 + rand() % 3; $pleader = rand() % 100; $ppower = rand() % 100; $pintel = rand() % 100; @@ -154,7 +154,7 @@ if($id_num) { $power = $power + $ppower; $intel = $intel + $pintel; - $age = 20 + ($pleader + $ppower + $pintel) * 2 + (rand() % 2); + $age = 20 + ($pleader + $ppower + $pintel) * 2 - (rand() % 2); // 아직 남았고 천재등록상태이면 특기 부여 if($genius == 1) { $specage2 = $age;