feat(WIP): processing 물자원조

- nations, nationList를 nationList로 통합
This commit is contained in:
2021-12-22 01:01:06 +09:00
parent f951f313d2
commit 95f079474e
9 changed files with 280 additions and 94 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ class che_급습 extends Command\NationCommand
return [
'mapTheme' => \sammo\getMapTheme(),
'procRes' => [
'nations' => $nationList,
'nationList' => $nationList,
'startYear' => $this->env['startyear'],
],
];