挖矿打点

This commit is contained in:
hahwu 2026-03-19 11:35:27 +08:00
parent 05c5c5dcaa
commit 7b18ddbbdd
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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,