挖矿打点
This commit is contained in:
parent
05c5c5dcaa
commit
7b18ddbbdd
@ -944,7 +944,7 @@ func (p *Player) HandleItem(itemList []*item.Item, Label string) error {
|
||||
p.TeLog("get_token", map[string]interface{}{
|
||||
"obtain_way": Label,
|
||||
"get_num": v.Num,
|
||||
"event_ID": aId,
|
||||
"event_id": aId,
|
||||
})
|
||||
}
|
||||
if err != nil {
|
||||
|
||||
@ -3217,8 +3217,8 @@ func ReqMiningReward(player *Player, buf []byte) error {
|
||||
}
|
||||
player.TeLog("finish_level", map[string]interface{}{
|
||||
"expend_token_num": Mining,
|
||||
"level_ID": MiningMod.Pass - 1,
|
||||
"event_ID": aId,
|
||||
"level_id": MiningMod.Pass - 1,
|
||||
"event_id": aId,
|
||||
})
|
||||
player.PushClientRes(&msg.ResMiningReward{
|
||||
Code: msg.RES_CODE_SUCCESS,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user