活动礼包

This commit is contained in:
hahwu 2025-03-24 15:22:45 +08:00
parent 774a44d561
commit 7ae38d5cf9

View File

@ -3869,6 +3869,10 @@ func ReqActivityReward(player *Player, buf []byte) error {
})
return err
}
player.TeLog("activity_reward", map[string]interface{}{
"Id": int(req.Id),
"Items": Items,
})
player.PlayMod.save()
player.initAcitivity()
player.BackDataActivity()