From 2a4e59d6e2c9e97d102774139323512b7e88aa14 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 23:44:49 +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(=EC=9E=84=EA=B4=80=20=EA=B5=AD?= =?UTF-8?q?=EA=B0=80)?= 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 ddb4e7c7..910575a3 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']},") !== false){ return [ScoutMessage::DECLINED, '이미 임관했었던 국가입니다.']; }