From 0a6db3d21fd2bd283cbeb4f5e2353b4a277cafed Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 23 Jun 2023 11:27:59 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=B4=EB=AF=BC=EC=A1=B1=20=EB=B0=9C?= =?UTF-8?q?=EB=8F=99=EC=8B=9C=20=EC=84=9C=EB=B2=84=20=EC=8B=9C=EA=B0=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/RaiseInvader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Event/Action/RaiseInvader.php b/hwe/sammo/Event/Action/RaiseInvader.php index b1772f36..bab9f1d3 100644 --- a/hwe/sammo/Event/Action/RaiseInvader.php +++ b/hwe/sammo/Event/Action/RaiseInvader.php @@ -132,7 +132,7 @@ class RaiseInvader extends \sammo\Event\Action continue; } - ServerTool::changeServerTerm($nextTurnterm); + ServerTool::changeServerTerm($nextTurnterm, true); break; } }