fix: mergeQueryColumn위치 수정

This commit is contained in:
2023-08-03 14:19:23 +00:00
parent b5a9e52c43
commit a4ed41edbe
@@ -66,7 +66,7 @@ class GetReservedCommand extends \sammo\BaseAPI
$generals = [];
foreach ($db->query(
'SELECT %l FROM general WHERE nation = %i AND officer_level >= 5',
Util::formatListOfBackticks(General::mergeQueryColumn())[0],
Util::formatListOfBackticks(General::mergeQueryColumn()[0]),
$nationID
) as $rawGeneral) {
$generals[$rawGeneral['officer_level']] = new General($rawGeneral, null, null, null, null, $year, $month, false);