From 568b45f93a5e765c24d5e6d2baed8bb2caa959ae Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 17 Jul 2023 17:43:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20minimumColumn=EC=97=90=20owner=20?= =?UTF-8?q?=ED=95=84=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index cb856ef0..ec5a342e 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1034,7 +1034,7 @@ class General implements iAction static public function mergeQueryColumn(?array $reqColumns = null, GeneralQueryMode $queryMode = GeneralQueryMode::Full): array { - $minimumColumn = ['no', 'name', 'npc', 'city', 'nation', 'officer_level', 'officer_city']; + $minimumColumn = ['no', 'name', 'owner', 'npc', 'city', 'nation', 'officer_level', 'officer_city']; $defaultEventColumn = [ 'no', 'name', 'npc', 'owner', 'city', 'nation', 'officer_level', 'officer_city', 'special', 'special2', 'personal',