From b570bfa9d4e29c3ca8593eb61ace7ae71a1cfc89 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 2 Oct 2022 17:37:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20NPC=EC=84=A0=EC=A0=84=ED=8F=AC=EA=B3=A0,?= =?UTF-8?q?=20=EA=B8=B4=EA=B8=89=ED=8F=AC=EC=83=81=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=82=B4=EB=B6=80=20NPC=20=EA=B5=AD=EA=B0=80=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=EB=A5=BC=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= =?UTF-8?q?=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/GeneralAI.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index ee4c5993..dbf45e23 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -1295,6 +1295,7 @@ class GeneralAI return null; } + $this->reqUpdateInstance = true; return $cmd; } @@ -1495,6 +1496,7 @@ class GeneralAI return null; } + $this->reqUpdateInstance = true; return $cmd; } @@ -1957,6 +1959,7 @@ class GeneralAI return null; } + $this->reqUpdateInstance = true; return $cmd; } @@ -1974,6 +1977,7 @@ class GeneralAI $cmd = buildNationCommandClass('che_천도', $this->general, $this->env, $lastTurn, $lastTurn->getArg()); if ($cmd->hasFullConditionMet()) { $nationStor->last천도Trial = [$general->getVar('officer_level'), $general->getTurnTime()]; + $this->reqUpdateInstance = true; return $cmd; } } @@ -2096,6 +2100,7 @@ class GeneralAI $nationStor->last천도Trial = [$general->getVar('officer_level'), $general->getTurnTime()]; + $this->reqUpdateInstance = true; return $cmd; }