数数打点修复

This commit is contained in:
hahwu 2025-02-24 16:15:28 +08:00
parent d7a1de944f
commit 72e08d79b2

View File

@ -79,12 +79,12 @@ func (d *Decorate) DecorateAll(Star int) ([]*item.Item, []*item.Item, int, []int
if d.Progress >= len(DecorateAll) {
Log = append(Log, map[string]interface{}{
"deco_step_id": fmt.Sprintf("%d_%d", d.AreaId+1, 0),
"item_list": AddItem,
"item_list": Item,
})
} else {
Log = append(Log, map[string]interface{}{
"deco_step_id": fmt.Sprintf("%d_%d", d.AreaId, d.Progress),
"item_list": AddItem,
"item_list": Item,
})
}