收藏室增加日志
This commit is contained in:
parent
56f9db57ef
commit
7d0a5b1c89
@ -3708,6 +3708,10 @@ func ReqCollect(player *Player, buf []byte) error {
|
|||||||
player.PushClientRes(&msg.ResCollect{
|
player.PushClientRes(&msg.ResCollect{
|
||||||
Code: msg.RES_CODE_SUCCESS,
|
Code: msg.RES_CODE_SUCCESS,
|
||||||
})
|
})
|
||||||
|
player.TeLog("collect", map[string]interface{}{
|
||||||
|
"Id": int(req.Id),
|
||||||
|
"Items": Items,
|
||||||
|
})
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user