This commit is contained in:
shoopea 2020-06-27 12:31:07 +02:00
parent c326cb5184
commit f2366c18e9

10
def.go
View File

@ -702,12 +702,12 @@ var (
"Hailag": 12} "Hailag": 12}
chatWarsDaysSpecial = map[int]map[int]int{ chatWarsDaysSpecial = map[int]map[int]int{
2: { 1060: {
1060: 29, 2: 29,
1064: 29, 4: 29,
1068: 29,
}, },
4: {1060: 29}, 1064: {2: 29},
1068: {2: 29},
} }
chatWarsDays = map[int]int{ chatWarsDays = map[int]int{