From 82dbbeb9e44cd34e9328833929bd3fa624228a99 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 10 Aug 2021 22:40:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=B8=EB=A7=9D=EC=8B=9C=20belong=20?= =?UTF-8?q?=EC=88=98=EC=B9=98=20=ED=95=84=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/process_war.php b/hwe/process_war.php index e2f8f05a..88d94666 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -531,7 +531,7 @@ function ConquerCity(array $admin, General $general, array $city) { $lord = new General($db->queryFirstRow( 'SELECT %l FROM general WHERE nation = %i AND officer_level = %i LIMIT 1', - Util::formatListOfBackticks(General::mergeQueryColumn(['npc', 'gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel', 'aux'], 1)[0]), + Util::formatListOfBackticks(General::mergeQueryColumn(['npc', 'gold', 'rice', 'experience', 'explevel', 'belong', 'dedication', 'dedlevel', 'aux'], 1)[0]), $defenderNationID, 12 ), null, $city, $loseNation, $year, $month, false);