猫猫小金库优化
This commit is contained in:
parent
a89a745d8c
commit
981e1d0d57
@ -207,6 +207,7 @@ func (p *Player) PlayroomVisit(uid int) {
|
||||
r.Kiss = int32(p.GetPlayroomKiss(uid))
|
||||
r.DressSet = GoUtil.MapIntToInt32(PlayerData.DressSet)
|
||||
r.Fur = int32(PlayerData.PetFur)
|
||||
r.Star = int32(PlayerData.Star)
|
||||
p.PushClientRes(r)
|
||||
}
|
||||
|
||||
|
||||
@ -3932,6 +3932,7 @@ func ReqPlayroomFlipReward(player *Player, buf []byte) error {
|
||||
"mini_game_type": playroom.GAME_TYPE_FILP,
|
||||
"is_chip": false,
|
||||
"item_list": items,
|
||||
"is_bankruptcy": broken,
|
||||
})
|
||||
player.PlayerDecoSetLog("emoji", int(req.EmojiId), "playroom_flip_reward")
|
||||
player.PlayMod.save()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user