농상치성수 내정 코드 구현

This commit is contained in:
2018-09-15 00:40:24 +09:00
parent 96b8b8fd07
commit bd44e24398
6 changed files with 64 additions and 16 deletions
-9
View File
@@ -199,15 +199,6 @@ function process_1(array $rawGeneral, int $type){
$date = substr($general['turntime'],11,5);
if($type == 1){
$cityKey = 'agri';
$actionName = '농지 개간';
}
else{
$cityKey = 'comm';
$actionName = '상업 투자';
}
$env = $gameStor->getValues(['startyear', 'year', 'month', 'develcost']);
$general = new General($rawGeneral, null, $env['year'], $env['month']);