From ee9483a2913ceb2bc9f0c5f9035de9fb7e3206f7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 1 May 2020 18:26:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EA=B8=89=EB=A5=A0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index da6f84ec..4c6bfc8e 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3578,6 +3578,7 @@ class GeneralAI elseif ($avg > 0.50) $rate = 15; else $rate = 10; } + $this->nation['rate'] = $rate; $db->update('nation', [ 'war' => 0,