diff --git a/src/server/game/message_handler.go b/src/server/game/message_handler.go index c1491537..21401bda 100644 --- a/src/server/game/message_handler.go +++ b/src/server/game/message_handler.go @@ -553,6 +553,7 @@ func (p *Player) handle(m *msg.Msg) error { Face: GoUtil.IntToInt32(faceList), Count: GoUtil.Int32(info["apply_count"]), FacebookPic: facebookPic, + Uids: applyUids, }) } otherUids, ok := info["other_uids"].([]int64) @@ -574,6 +575,7 @@ func (p *Player) handle(m *msg.Msg) error { Face: GoUtil.IntToInt32(faceList), Count: GoUtil.Int32(info["other_count"]), FacebookPic: facebookPic, + Uids: otherUids, }) } default: