j_load_scenario.php 에서 볼 수 있는 요약 형태본 추가
- 소소한 버그 수정
This commit is contained in:
@@ -238,7 +238,9 @@ class Scenario{
|
||||
'title'=>$this->getTitle(),
|
||||
'npc_cnt'=>count($this->getNPC()),
|
||||
'npcEx_cnt'=>count($this->getNPCex()),
|
||||
'nation'=>$this->getNation()
|
||||
'nation'=>array_map(function($nation){
|
||||
return $nation->getBrief();
|
||||
},$this->getNation())
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user