From e0c4e3c58eb04577b3d9aa3711d85f2d13a098c6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 30 Jul 2018 01:42:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EC=88=98=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EC=8B=9C=20=EA=B8=B0=EB=B3=B8=20=ED=83=80=EC=9E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/join_post.php | 1 + 1 file changed, 1 insertion(+) 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,