초토화 추가

This commit is contained in:
2020-05-04 06:13:15 +09:00
parent a26a59b193
commit d5492eee93
5 changed files with 240 additions and 3 deletions
@@ -209,7 +209,7 @@ class che_물자원조 extends Command\NationCommand{
$db->update('nation', [
'gold'=>$db->sqleval('gold - %i', $goldAmount),
'rice'=>$db->sqleval('rice - %i', $riceAmount),
'surlimit'=>$db->sqleval('surlimit + %i', 12)
'surlimit'=>$db->sqleval('surlimit + %i', $this->getPostReqTurn())
], 'nation = %i', $nationID);
$db->update('nation', [