From 0f0b989963bcbef1e3a0d7b4fd310c4bb1695fa3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 28 Apr 2020 02:18:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9E=9C=EB=8D=A4=20=EC=84=B1=EA=B2=A9=20?= =?UTF-8?q?=EB=B6=88=EA=B0=80=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, 1 insertion(+), 1 deletion(-) diff --git a/hwe/join_post.php b/hwe/join_post.php index 60d1420b..e8aff162 100644 --- a/hwe/join_post.php +++ b/hwe/join_post.php @@ -28,7 +28,7 @@ $v 'strength', 'intel' ], GameConst::$defaultStatMax) -->rule('in', 'character', GameConst::$availablePersonality); +->rule('in', 'character', array_merge(GameConst::$availablePersonality, ['Random'])); if (!$v->validate()) { MessageBox($v->errorStr());