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());