Merge branch 'develop' into sdk
This commit is contained in:
commit
a34ad81edb
@ -1837,7 +1837,7 @@ func ReqCardExchange(player *Player, buf []byte) error {
|
|||||||
End: GoUtil.Now() + 86400,
|
End: GoUtil.Now() + 86400,
|
||||||
Extra: *CardInfo,
|
Extra: *CardInfo,
|
||||||
}
|
}
|
||||||
player.AddLog(int(req.Uid), friend.LOG_TYPE_CARD_EX_SEND, "")
|
player.AddLog(int(req.Uid), friend.LOG_TYPE_CARD_EX_SEND, fmt.Sprintf("%d", int(req.CardId)))
|
||||||
|
|
||||||
player.PushClientRes(&msg.ResCardExchange{
|
player.PushClientRes(&msg.ResCardExchange{
|
||||||
Code: msg.RES_CODE_SUCCESS,
|
Code: msg.RES_CODE_SUCCESS,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user