fix: PageFront에서 부대 탑승여부가 보이지 않는 버그

This commit is contained in:
2023-03-13 02:32:14 +09:00
parent 50bf2a4614
commit 80a674436a
+1 -1
View File
@@ -468,7 +468,7 @@ class GetFrontInfo extends \sammo\BaseAPI
'SELECT action, arg, brief FROM general_turn WHERE general_id = %i AND turn_idx < 5 ORDER BY turn_idx asc',
$troopID
);
if ($troopReservedCommand) {
if (!$troopReservedCommand) {
return $result;
}