diff --git a/hwe/join_post.php b/hwe/join_post.php index 0ae3a340..a830e0c8 100644 --- a/hwe/join_post.php +++ b/hwe/join_post.php @@ -222,6 +222,7 @@ $db->insert('general', [ 'turntime' => $turntime, 'killturn' => 6, 'lastconnect' => $lastconnect, + 'crewtype'=>GameUnitConst::DEFAULT_CREWTYPE, 'makelimit' => 0, 'age' => $age, 'startage' => $age,