From 9871e2481123308c9a82b8e2d304435b8eb84785 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 18 Jul 2023 11:05:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20defaultEventColumn=EC=97=90=20turntime?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20-=20=EB=A7=8E=EC=9D=B4=20=EC=93=B0?= =?UTF-8?q?=EC=9D=BC=20=EA=B2=83=EC=9C=BC=EB=A1=9C=20=EC=98=88=EC=83=81?= 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 22be770d..698bc580 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1038,7 +1038,7 @@ class General implements iAction $defaultEventColumn = [ 'no', 'name', 'npc', 'owner', 'city', 'nation', 'officer_level', 'officer_city', 'special', 'special2', 'personal', - 'horse', 'weapon', 'book', 'item', 'last_turn', 'aux', + 'horse', 'weapon', 'book', 'item', 'last_turn', 'aux', 'turntime', ]; $fullColumn = [ 'no', 'name', 'owner', 'owner_name', 'picture', 'imgsvr', 'nation', 'city', 'troop', 'injury', 'affinity',