diff --git a/hwe/process_war.php b/hwe/process_war.php index 8b6dcaab..291ab201 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -516,7 +516,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(['gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel'], 1)[0]), + Util::formatListOfBackticks(General::mergeQueryColumn(['npc', 'gold', 'rice', 'experience', 'explevel', 'dedication', 'dedlevel', 'aux'], 1)[0]), $defenderNationID, 12 ), null, $city, $loseNation, $year, $month, false);