diff --git a/hwe/join_post.php b/hwe/join_post.php index 4b1a755b..0ae3a340 100644 --- a/hwe/join_post.php +++ b/hwe/join_post.php @@ -170,7 +170,7 @@ $special = 0; $admin = $gameStor->getValues(['scenario', 'turnterm', 'show_img_level']); -if ($admin['scenario'] > 0) { +if ($admin['scenario'] >= 1000) { $specage2 = $age + 3; $specage = $age + 3; }