Skip to content

Commit c4dc0dc

Browse files
committed
Fixed end date.
1 parent 1fdc25b commit c4dc0dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ladder/fixtures/variants.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"model": "ladder.Variant",
8585
"pk": "Season 34 - Heart of the Matter",
8686
"fields": {
87-
"start_date": "2025-02-11T12:00:00+00:00",
88-
"end_date": "2099-06-02T23:59:59+00:00",
87+
"start_date": "2025-06-03T12:00:00+00:00",
88+
"end_date": "2099-12-31T23:59:59+00:00",
8989
"is_ground_variant": true,
9090
"is_space_variant": true,
9191
"combat_time_source": "player_duration",

0 commit comments

Comments
 (0)