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);