자가 발령 포상 몰수

This commit is contained in:
2020-05-09 15:14:24 +09:00
parent ad868f1df3
commit ff0fd9e20f
4 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ function do수뇌임명(General $general, int $targetOfficerLevel):?string{
return '임명불가능한 관직입니다.';
}
if(isOfficerSet($chiefSet, $lv)){
if(isOfficerSet($chiefSet, $targetOfficerLevel)){
return '지금은 임명할 수 없습니다.';
}