feat: surface SCUM vehicle functional state
This commit is contained in:
@@ -2,6 +2,7 @@ SELECT
|
||||
CAST(spawner.vehicle_entity_id AS TEXT) AS gameVehicleId,
|
||||
entity.class AS vehicleClass,
|
||||
spawner.vehicle_alias AS displayName,
|
||||
spawner.is_vehicle_functional AS functional,
|
||||
1 AS existsInGame,
|
||||
entity.location_x AS x,
|
||||
entity.location_y AS y,
|
||||
|
||||
Reference in New Issue
Block a user