数数打点修复
This commit is contained in:
parent
1b3a08da0b
commit
0aead0b14d
@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user