From 47f5d912125954da84ac34b2f5fe0e37d660d71a Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 9 May 2019 10:28:06 +0800 Subject: [PATCH] fix --- def.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/def.go b/def.go index c60021f..306d650 100644 --- a/def.go +++ b/def.go @@ -75,12 +75,11 @@ var ( "Wīndume": 10, "Herbist": 11, "Hailag": 12} - - chatWarsDaysSpecial = map[int]map[int]int{ - 2:{1060:29}, - 4:{1060:29} - } - + + chatWarsDaysSpecial = map[int]map[int]int{ + 2: {1060: 29}, + 4: {1060: 29}} + chatWarsDays = map[int]int{ 1: 31, 2: 28,