From 0fad3ae31dceab5352ef038397807ededccd0e7f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 6 Jun 2020 19:21:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EC=A7=80=EB=B9=84=EB=A5=BC=20?= =?UTF-8?q?=EA=B9=8E=EA=B3=A0=20=EC=84=B8=EC=88=98=EB=A5=BC=20=EA=B3=84?= =?UTF-8?q?=EC=82=B0=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/TurnExecutionHelper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/TurnExecutionHelper.php b/hwe/sammo/TurnExecutionHelper.php index f5680d9d..1710f7c5 100644 --- a/hwe/sammo/TurnExecutionHelper.php +++ b/hwe/sammo/TurnExecutionHelper.php @@ -380,8 +380,8 @@ class TurnExecutionHelper // 분기계산. 장수들 턴보다 먼저 있다면 먼저처리 if($gameStor->month == 1) { - processGoldIncome(); processSpring(); + processGoldIncome(); updateYearly(); updateQuaterly(); disaster(); @@ -394,8 +394,8 @@ class TurnExecutionHelper updateQuaterly(); disaster(); } elseif($gameStor->month == 7) { - processRiceIncome(); processFall(); + processRiceIncome(); updateQuaterly(); disaster(); tradeRate();