File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ fn build_query(query: BulkMatchMetadataQuery) -> APIResult<String> {
135135 "any(average_badge_team1) as average_badge_team1" . to_owned( ) ,
136136 "any(rewards_eligible) as rewards_eligible" . to_owned( ) ,
137137 "any(not_scored) as not_scored" . to_owned( ) ,
138+ "any(match_tracked_stats) as match_tracked_stats" . to_owned( ) ,
139+ "any(team0_tracked_stats) as team0_tracked_stats" . to_owned( ) ,
140+ "any(team1_tracked_stats) as team1_tracked_stats" . to_owned( ) ,
138141 ] ) ;
139142 }
140143 if query. include_mid_boss {
@@ -163,6 +166,9 @@ fn build_query(query: BulkMatchMetadataQuery) -> APIResult<String> {
163166 "assigned_lane" ,
164167 "player_level" ,
165168 "abandon_match_time_s" ,
169+ "mvp_rank" ,
170+ "player_tracked_stats" ,
171+ "accolades" ,
166172 ] ) ;
167173 }
168174 if query. include_player_items {
You can’t perform that action at this time.
0 commit comments