From a4ed41edbe81f847347f9355617f366d66489ae3 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 3 Aug 2023 14:19:23 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20mergeQueryColumn=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/NationCommand/GetReservedCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/NationCommand/GetReservedCommand.php b/hwe/sammo/API/NationCommand/GetReservedCommand.php index bf76f287..95c5b03c 100644 --- a/hwe/sammo/API/NationCommand/GetReservedCommand.php +++ b/hwe/sammo/API/NationCommand/GetReservedCommand.php @@ -66,7 +66,7 @@ class GetReservedCommand extends \sammo\BaseAPI $generals = []; foreach ($db->query( 'SELECT %l FROM general WHERE nation = %i AND officer_level >= 5', - Util::formatListOfBackticks(General::mergeQueryColumn())[0], + Util::formatListOfBackticks(General::mergeQueryColumn()[0]), $nationID ) as $rawGeneral) { $generals[$rawGeneral['officer_level']] = new General($rawGeneral, null, null, null, null, $year, $month, false);