fix: AI 유저장 포상 버그 수정

This commit is contained in:
2021-12-08 01:54:00 +09:00
parent 4623cfbe06
commit 3cbf1eba30
+1 -1
View File
@@ -1331,7 +1331,7 @@ class GeneralAI
$enoughMoney = $reqHumanMinDevelRes * 1.2;
}
if ($targetUserGeneral->getVar($resName) >= $reqMoney) {
if ($targetUserGeneral->getVar($resName) >= $enoughMoney) {
continue;
}
//국고와 '충분한 금액'의 기하평균