update
This commit is contained in:
parent
16c0a8e649
commit
a621f8b495
@ -84,6 +84,8 @@ func (this *apiComp) Story(session comm.IUserSession, req *pb.StonehengeStoryReq
|
|||||||
}
|
}
|
||||||
if n, err := strconv.Atoi(arr[2]); err == nil {
|
if n, err := strconv.Atoi(arr[2]); err == nil {
|
||||||
stone.Rooms.Story = int32(n)
|
stone.Rooms.Story = int32(n)
|
||||||
|
}
|
||||||
|
if n, err := strconv.Atoi(arr[0]); err == nil {
|
||||||
newEvent = int32(n)
|
newEvent = int32(n)
|
||||||
stone.Rooms.Eventid[newEvent] = false
|
stone.Rooms.Eventid[newEvent] = false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user