헌납 버그 수정

This commit is contained in:
2020-05-14 23:54:02 +09:00
parent d00f4f281c
commit 6feec9bdbd
+2 -2
View File
@@ -2512,13 +2512,13 @@ class GeneralAI
$args[] = [[
'isGold'=>'rice',
'amount'=>$genRes
], $amount];
], $genRes];
}
else{
$args[] = [[
'isGold'=>'rice',
'amount'=>$genRes/2
], $amount];
], $genRes/2];
}
}
if($genRes < $reqRes * 1.2){