diff --git a/hwe/func_time_event.php b/hwe/func_time_event.php index a462cfae..47d9f3ba 100644 --- a/hwe/func_time_event.php +++ b/hwe/func_time_event.php @@ -571,7 +571,7 @@ function disaster() { $logger->pushGlobalHistoryLog("【{$logTitle}】{$targetCityNames}에 {$logBody}"); $logger->flush(); - if ($isGood) { + if (!$isGood) { //NOTE: 쿼리 1번이지만 복잡하기 vs 쿼리 여러번이지만 조금 더 깔끔하기 foreach ($targetCityList as $city) { $affectRatio = Util::valueFit($city['secu'] / $city['secu2'] / 0.8, 0, 1);