数数埋点
This commit is contained in:
parent
8ce71367c8
commit
2b2c091ac8
@ -2631,7 +2631,7 @@ func ReqSelectLimitEvent(args []interface{}) error {
|
||||
player.TeLog("time_limited_slot", map[string]interface{}{
|
||||
"slot_order_number": slot_order_number,
|
||||
"slot_reward_list": slot_reward,
|
||||
"slot_reward": req.Id,
|
||||
"slot_reward": slot_reward[int(req.Id)],
|
||||
})
|
||||
player.PlayMod.save()
|
||||
player.PushClientRes(LimitedTimeEventMod.BackData())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user