From 74d310e113288de1b7c7de2bb5f0eebfebfd757a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 2 Oct 2022 15:55:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=88=EA=B0=80=EC=B9=A8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20'=EA=B9=8C=EC=A7=80'=EB=8A=94=20=ED=95=B4=EB=8B=B9?= =?UTF-8?q?=20=EC=9B=94=EC=9D=84=20=ED=8F=AC=ED=95=A8=ED=95=98=EC=97=AC?= =?UTF-8?q?=EC=95=BC=20=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_불가침수락.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/Command/Nation/che_불가침수락.php b/hwe/sammo/Command/Nation/che_불가침수락.php index dbf923a4..b422a481 100644 --- a/hwe/sammo/Command/Nation/che_불가침수락.php +++ b/hwe/sammo/Command/Nation/che_불가침수락.php @@ -112,7 +112,7 @@ class che_불가침수락 extends Command\NationCommand $month = $this->arg['month']; $currentMonth = $env['year'] * 12 + $env['month'] - 1; - $reqMonth = $year * 12 + $month - 1; + $reqMonth = $year * 12 + $month; $nationID = $this->nation['nation']; @@ -199,7 +199,7 @@ class che_불가침수락 extends Command\NationCommand $destLogger = $this->destGeneralObj->getLogger(); $currentMonth = $env['year'] * 12 + $env['month'] - 1; - $reqMonth = $year * 12 + $month - 1; + $reqMonth = $year * 12 + $month; $db->update( 'diplomacy',