好友打招呼奖励bug修复
This commit is contained in:
parent
539b3a8738
commit
23e1cf21cd
@ -436,6 +436,7 @@ func ReqFriendReplyHandle(player *Player, buf []byte) error {
|
|||||||
Extra: ReplyData,
|
Extra: ReplyData,
|
||||||
})
|
})
|
||||||
FriendMod.GreetingFriend(int(ReplyInfo.Uid))
|
FriendMod.GreetingFriend(int(ReplyInfo.Uid))
|
||||||
|
case friend.REPLY_TYPE_GREETING_Get:
|
||||||
reply_items := baseCfg.GetFriendReplyReward()
|
reply_items := baseCfg.GetFriendReplyReward()
|
||||||
items = append(items, reply_items...)
|
items = append(items, reply_items...)
|
||||||
case friend.REPLY_TYPE_CATNIP: // 猫草大作战同意邀请
|
case friend.REPLY_TYPE_CATNIP: // 猫草大作战同意邀请
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user