From c016ea7c52e50c233b950932956214e02f1efcc8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 23:44:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Engine/Personnel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Engine/Personnel.php b/hwe/sammo/Engine/Personnel.php index e6f900c8..ddb4e7c7 100644 --- a/hwe/sammo/Engine/Personnel.php +++ b/hwe/sammo/Engine/Personnel.php @@ -67,7 +67,7 @@ class Personnel{ return [ScoutMessage::DECLINED, '군주는 등용장을 수락할 수 없습니다.']; } - if(strpos($general['nations'], ",{$this->nation['nation']},") >= 0){ + if(strpos($general['nations'], ",{$this->nation['nation']},") > 0){ return [ScoutMessage::DECLINED, '이미 임관했었던 국가입니다.']; }