From eaeed4729729f2ba8bfb59e2c9ccfa1b488d1cf0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Nov 2020 23:34:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=8B=9C=20=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=B6=9C=EB=A0=A5=20=EC=88=9C=EC=84=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_currentCity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php index 46228962..eb874f0f 100644 --- a/hwe/b_currentCity.php +++ b/hwe/b_currentCity.php @@ -196,7 +196,7 @@ if($city['trade'] === null) { $dbColumns = General::mergeQueryColumn(['npc', 'defence_train', 'no', 'picture', 'imgsvr', 'name', 'injury', 'leadership', 'strength', 'intel', 'officer_level', 'nation', 'crewtype', 'crew', 'train', 'atmos'], 2)[0]; if($showDetailedInfo){ $generals = $db->query( - 'SELECT %l from general where city=%i order by name', + 'SELECT %l from general where city=%i order by turntime', Util::formatListOfBackticks($dbColumns), $city['city'] );