From 5c3820f84c5d1c96877f53de4e77c5038b82fb69 Mon Sep 17 00:00:00 2001 From: Shebuka Date: Fri, 11 Aug 2023 21:51:39 +0200 Subject: [PATCH] Added 0.13.5 wipe date; Adjusted wipe times --- src/data/wipe-details.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/data/wipe-details.json b/src/data/wipe-details.json index 1fc3e5202..4a5caa994 100644 --- a/src/data/wipe-details.json +++ b/src/data/wipe-details.json @@ -37,18 +37,22 @@ }, { "name": "0.12.11", - "start": "2021-06-30T00:00:00.000Z" + "start": "2021-06-30T08:00:00.000Z" }, { "name": "0.12.12", - "start": "2021-12-12T00:00:00.000Z" + "start": "2021-12-12T09:00:00.000Z" }, { "name": "0.12.12.30", - "start": "2022-06-29T00:00:00.000Z" + "start": "2022-06-29T08:00:00.000Z" }, { "name": "0.13.0.0", - "start": "2022-12-28T00:00:00.000Z" + "start": "2022-12-28T06:35:00.000Z" + }, + { + "name": "0.13.5", + "start": "2023-08-10T08:00:00.000Z" } ]