From 80a674436ac38d26f8034b6cdc1aea2330f797b5 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 13 Mar 2023 02:32:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PageFront=EC=97=90=EC=84=9C=20=EB=B6=80?= =?UTF-8?q?=EB=8C=80=20=ED=83=91=EC=8A=B9=EC=97=AC=EB=B6=80=EA=B0=80=20?= =?UTF-8?q?=EB=B3=B4=EC=9D=B4=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/General/GetFrontInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/General/GetFrontInfo.php b/hwe/sammo/API/General/GetFrontInfo.php index 86a2e033..166ccd2e 100644 --- a/hwe/sammo/API/General/GetFrontInfo.php +++ b/hwe/sammo/API/General/GetFrontInfo.php @@ -468,7 +468,7 @@ class GetFrontInfo extends \sammo\BaseAPI 'SELECT action, arg, brief FROM general_turn WHERE general_id = %i AND turn_idx < 5 ORDER BY turn_idx asc', $troopID ); - if ($troopReservedCommand) { + if (!$troopReservedCommand) { return $result; }