From 7f62e519711d7aee39bf85ca9ff110601991d32d Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 27 Jun 2020 12:18:08 +0200 Subject: [PATCH] test --- def.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/def.go b/def.go index 7fc8a11..c10acc4 100644 --- a/def.go +++ b/def.go @@ -702,9 +702,11 @@ var ( "Hailag": 12} chatWarsDaysSpecial = map[int]map[int]int{ - 2: {1060: 29}, - 2: {1064: 29}, - 2: {1068: 29}, + 2: { + 1060: 29, + 1064: 29, + 1068: 29, + }, 4: {1060: 29}, }