赠送卡牌打点
This commit is contained in:
parent
bf20ca1a6f
commit
ac2f37eda5
@ -2052,7 +2052,7 @@ func ReqCardSend(player *Player, buf []byte) error {
|
||||
player.TeLog("card_exchange", map[string]interface{}{
|
||||
"card_id": cardId,
|
||||
"player_id_target": int(req.Uid),
|
||||
"is_gift": 1,
|
||||
"is_gift": true,
|
||||
})
|
||||
player.PlayerDecoSetLog("emoji", int(req.Emoji), "card_send")
|
||||
player.PushClientRes(CardMod.NotifyCard())
|
||||
@ -2100,7 +2100,7 @@ func ReqCardExchange(player *Player, buf []byte) error {
|
||||
player.TeLog("card_exchange", map[string]interface{}{
|
||||
"card_id": cardId,
|
||||
"player_id_target": int(req.Uid),
|
||||
"is_gift": 0,
|
||||
"is_gift": false,
|
||||
})
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user