diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index c7ba7a7c..82ebcd9d 100755 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -3889,7 +3889,7 @@ class Automation { $starv = $getVillage['starv']; if ($crop < $villageUpkeep){ //Add starvation data - $database->setVillageFields($wref, ['starv', 'starvupdate'], [$villageUpkeep, time()]); + $database->setVillageFields($wref, ['starv'], [$villageUpkeep]); } } }