增加房间解锁流水
This commit is contained in:
parent
812402526a
commit
7a03d82fcd
@ -3535,6 +3535,9 @@ func ReqPlayroomUnlock(player *Player, buf []byte) error {
|
|||||||
})
|
})
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
player.TeLog("playroom_unlock", map[string]interface{}{
|
||||||
|
"unlock_id": req.Id,
|
||||||
|
})
|
||||||
player.PlayMod.save()
|
player.PlayMod.save()
|
||||||
player.PushClientRes(&msg.ResPlayroomUnlock{
|
player.PushClientRes(&msg.ResPlayroomUnlock{
|
||||||
Code: msg.RES_CODE_SUCCESS,
|
Code: msg.RES_CODE_SUCCESS,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user