부대장 동작 관련 수정

This commit is contained in:
2020-04-27 02:30:52 +09:00
parent b9833c49d1
commit cc70cb44ab
4 changed files with 7 additions and 8 deletions
-5
View File
@@ -177,11 +177,6 @@ function do추방(General $general, int $myOfficerLevel):?string{
return '외교권자는 추방할 수 없습니다.';
}
//NPC 부대장 추방 불가
if($general->getVar('npc') == 5){
return '부대장은 추방할 수 없습니다.';
}
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
$env = $gameStor->getValues(['startyear','year','month','scenario']);