fix: AI 유저장 포상 버그 수정
This commit is contained in:
@@ -1331,7 +1331,7 @@ class GeneralAI
|
||||
$enoughMoney = $reqHumanMinDevelRes * 1.2;
|
||||
}
|
||||
|
||||
if ($targetUserGeneral->getVar($resName) >= $reqMoney) {
|
||||
if ($targetUserGeneral->getVar($resName) >= $enoughMoney) {
|
||||
continue;
|
||||
}
|
||||
//국고와 '충분한 금액'의 기하평균
|
||||
|
||||
Reference in New Issue
Block a user