feat(WIP): processing 선양, 장수대상임관

This commit is contained in:
2021-12-22 00:10:02 +09:00
parent 6dac344a35
commit 50e11f22a1
9 changed files with 295 additions and 100 deletions
+1 -2
View File
@@ -196,7 +196,6 @@ class che_임관 extends Command\GeneralCommand
{
$generalObj = $this->generalObj;
$nationID = $generalObj->getNationID();
$testTurn = new LastTurn($this->getName(), null, $this->getPreReqTurn());
$db = DB::db();
$rawNationList = Util::convertArrayToDict($db->query('SELECT nation,`name`,color,gennum,`power` FROM nation'), 'nation');
@@ -226,7 +225,7 @@ class che_임관 extends Command\GeneralCommand
return [
'mapTheme' => \sammo\getMapTheme(),
'procRes' => [
'nations' => $nationList,
'nationList' => $nationList,
'startYear' => $this->env['startyear'],
],
];