diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 9573674f..4e145f91 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3480,7 +3480,7 @@ class GeneralAI $lastWar = \PHP_INT_MAX; foreach ($nationGenerals as $nationGeneral) { $recentWar = $nationGeneral->calcRecentWarTurn($this->env['turnterm']); - if ($recentWar >= $nationGeneral->getVar('belong') * 12) { + if ($recentWar >= ($nationGeneral->getVar('belong') - 1) * 12) { //임관전 전투는 제외 continue; }