上传秘境异常修复
This commit is contained in:
parent
a71ac34402
commit
5b41afb95c
@ -70,6 +70,7 @@ func (this *MStonehenge) GetStonehengeData(uid string) (info *pb.DBStonehenge, e
|
|||||||
Privilege: make([]pb.StonehengePrivilege, 0),
|
Privilege: make([]pb.StonehengePrivilege, 0),
|
||||||
Task: make(map[int32]bool),
|
Task: make(map[int32]bool),
|
||||||
Privilegeevent: make(map[int32]int32),
|
Privilegeevent: make(map[int32]int32),
|
||||||
|
Weeklyreward: make(map[int32]bool),
|
||||||
}
|
}
|
||||||
err = this.Add(uid, info)
|
err = this.Add(uid, info)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user