VAL2를 VAL_max로 변경

This commit is contained in:
2020-03-28 19:43:40 +09:00
parent 9fa2225283
commit d922993eaf
46 changed files with 175 additions and 175 deletions
@@ -148,8 +148,8 @@ class che_백성동원 extends Command\NationCommand{
}
$db->update('city', [
'def' => $db->sqleval('GREATEST(def2 * 0.8, def)'),
'wall' => $db->sqleval('GREATEST(wall2 * 0.8, wall)'),
'def' => $db->sqleval('GREATEST(def_max * 0.8, def)'),
'wall' => $db->sqleval('GREATEST(wall_max * 0.8, wall)'),
], 'city=%i', $destCityID);
$josaYiNation = JosaUtil::pick($nationName, '이');