From 75a13094e02ef90c9b63a6e5d29a45ebcf56c7a5 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 16 Mar 2024 18:18:35 +0000 Subject: [PATCH] =?UTF-8?q?game:=20=ED=95=B4=EC=82=B0=EC=8B=9C=20=EA=B5=B0?= =?UTF-8?q?=EC=A3=BC=EC=99=B8=20=EC=9E=A5=EC=88=98=EB=8A=94=20=EC=A6=89?= =?UTF-8?q?=EC=8B=9C=20=EC=9E=84=EA=B4=80=20=EA=B0=80=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_해산.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/General/che_해산.php b/hwe/sammo/Command/General/che_해산.php index e3e53535..e8eb24a0 100644 --- a/hwe/sammo/Command/General/che_해산.php +++ b/hwe/sammo/Command/General/che_해산.php @@ -105,8 +105,8 @@ class che_해산 extends Command\GeneralCommand{ $this->setResultTurn(new LastTurn(static::getName(), $this->arg)); $nationGenerals = deleteNation($general, false); + $general->setVar('makelimit', 12); foreach($nationGenerals as $oldGeneral){ - $oldGeneral->setVar('makelimit', 12); $oldGeneral->applyDB($db); } $general->applyDB($db);