时间线优化

This commit is contained in:
hahwu 2025-06-27 17:52:50 +08:00
parent a51e37490b
commit ee22dd9770

View File

@ -1836,7 +1836,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,