2.1.1: Fixed new profile.

This commit is contained in:
2026-01-28 01:38:45 +08:00
parent 4afb728bfa
commit a5a9016b7f
9 changed files with 190 additions and 50 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -204,6 +204,18 @@ CREATE TABLE IF NOT EXISTS dm_player_features (
rd_phase_death_early_share REAL,
rd_phase_death_mid_share REAL,
rd_phase_death_late_share REAL,
rd_phase_kill_early_share_t REAL,
rd_phase_kill_mid_share_t REAL,
rd_phase_kill_late_share_t REAL,
rd_phase_kill_early_share_ct REAL,
rd_phase_kill_mid_share_ct REAL,
rd_phase_kill_late_share_ct REAL,
rd_phase_death_early_share_t REAL,
rd_phase_death_mid_share_t REAL,
rd_phase_death_late_share_t REAL,
rd_phase_death_early_share_ct REAL,
rd_phase_death_mid_share_ct REAL,
rd_phase_death_late_share_ct REAL,
rd_firstdeath_team_first_death_rounds INTEGER,
rd_firstdeath_team_first_death_win_rate REAL,
rd_invalid_death_rounds INTEGER,

Binary file not shown.