fix: 수뇌임명 안되는 버그 수정

- 아니 대체 왜 경고를 안 띄우는거야!
This commit is contained in:
2023-08-03 13:32:37 +00:00
parent 9520d29109
commit c6166d3295
+1 -1
View File
@@ -76,7 +76,7 @@ if($officerLevel == 12){
]);
}
function do수뇌임명(General $general, int $targetOfficerLevel):?string{
function do수뇌임명(GeneralLite $general, int $targetOfficerLevel):?string{
$generalID = $general->getID();
$nationID = $general->getNationID();