playroom每日任务

This commit is contained in:
hahwu 2025-04-24 15:03:43 +08:00
parent 23df24e0dd
commit 7e6ebb205b

View File

@ -3575,7 +3575,7 @@ func ReqPlayroomTaskReward(player *Player, buf []byte) error {
Id: int32(Id), Id: int32(Id),
Type: req.Type, Type: req.Type,
}) })
PlayroomBackData(player) player.NotifyPlayroomTask()
return nil return nil
} }