接口报错bug修复
This commit is contained in:
parent
1694cad3e4
commit
0874cc14c3
@ -2088,7 +2088,7 @@ func ReqRefuseCardExchange(player *Player, req *msg.ReqRefuseCardExchange) error
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 领取好友卡牌
|
// 领取好友卡牌
|
||||||
func ReqGetFriendCard(player *Player, req *msg.ReqRefuseCardExchange) error {
|
func ReqGetFriendCard(player *Player, req *msg.ReqGetFriendCard) error {
|
||||||
CardMod := player.PlayMod.getCardMod()
|
CardMod := player.PlayMod.getCardMod()
|
||||||
FriendMod := player.PlayMod.getFriendMod()
|
FriendMod := player.PlayMod.getFriendMod()
|
||||||
cardInfo := FriendMod.GetCardInfo(req.Id)
|
cardInfo := FriendMod.GetCardInfo(req.Id)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user