From 6feec9bdbd5ba92c27b3eb7a82f7f30fbd5c1871 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 14 May 2020 23:54:02 +0900 Subject: [PATCH] =?UTF-8?q?=ED=97=8C=EB=82=A9=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 026a7030..60021fd5 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -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){