등용장 버그 수정

This commit is contained in:
2018-04-18 23:44:17 +09:00
parent 00bece9c9c
commit c016ea7c52
+1 -1
View File
@@ -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, '이미 임관했었던 국가입니다.'];
}