test
This commit is contained in:
parent
c326cb5184
commit
f2366c18e9
10
def.go
10
def.go
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user