diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index b232e0e4..966b7ce5 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1083,9 +1083,9 @@ class General implements iAction static public function mergeQueryColumn(?array $reqColumns = null, int $constructMode = 2): array { - $minimumColumn = ['no', 'name', 'city', 'nation', 'officer_level', 'officer_city']; + $minimumColumn = ['no', 'name', 'npc', 'city', 'nation', 'officer_level', 'officer_city']; $defaultEventColumn = [ - 'no', 'name', 'owner', 'city', 'nation', 'officer_level', 'officer_city', + 'no', 'name', 'npc', 'owner', 'city', 'nation', 'officer_level', 'officer_city', 'special', 'special2', 'personal', 'horse', 'weapon', 'book', 'item', 'last_turn', 'aux', ];