Fix player event summary extraction

This commit is contained in:
devRaGonSa
2026-03-25 08:38:12 +01:00
parent af140d6f3e
commit cd6ceab562
2 changed files with 134 additions and 47 deletions

View File

@@ -127,7 +127,7 @@ def list_weapon_kills(
"""Return partial weapon summaries derived from top kill events."""
resolved_path = initialize_player_event_storage(db_path=db_path)
where_sql, params = _build_common_where(
event_type="player_kill_summary",
event_type="player_weapon_kill_summary",
server_slug=server_slug,
month=month,
external_match_id=external_match_id,