This commit is contained in:
shoopea 2019-05-09 10:28:06 +08:00
parent ec2f4be604
commit 47f5d91212

11
def.go
View File

@ -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,