优化日志

This commit is contained in:
hahwu 2025-07-15 16:42:57 +08:00
parent b142411fc5
commit c58c35c9ed

View File

@ -686,7 +686,7 @@ func (p *Player) HandleItem(itemList []*item.Item, Label string) error {
})
default:
err := ItemMod.AddItem(v.Id, v.Num)
p.TeLog("item_change", map[string]interface{}{
p.TeLog("asset_change", map[string]interface{}{
"item_id": v.Id,
"change_type": change_type,
"change_num": math.Abs(float64(v.Num)),