锦标赛通知优化
This commit is contained in:
parent
8bb76e98af
commit
c4039899fc
@ -697,14 +697,13 @@ func NotifyChampshipResult(Uid, Rank int) {
|
||||
return
|
||||
}
|
||||
for _, v := range PlayerSimpleData.Friend {
|
||||
Msg := &msg.Msg{
|
||||
SendPlayerMsgAsync(&msg.Msg{
|
||||
Type: msg.HANDLE_TYPE_CHAMPSHIP_RESULT,
|
||||
From: Uid,
|
||||
To: v,
|
||||
SendT: GoUtil.Now(),
|
||||
Extra: []int{Rank, GoUtil.GetServerOpenDay()},
|
||||
}
|
||||
CenterPlayerMsgHandler(Msg)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user