数数打点修复
This commit is contained in:
parent
d7a1de944f
commit
72e08d79b2
@ -79,12 +79,12 @@ func (d *Decorate) DecorateAll(Star int) ([]*item.Item, []*item.Item, int, []int
|
|||||||
if d.Progress >= len(DecorateAll) {
|
if d.Progress >= len(DecorateAll) {
|
||||||
Log = append(Log, map[string]interface{}{
|
Log = append(Log, map[string]interface{}{
|
||||||
"deco_step_id": fmt.Sprintf("%d_%d", d.AreaId+1, 0),
|
"deco_step_id": fmt.Sprintf("%d_%d", d.AreaId+1, 0),
|
||||||
"item_list": AddItem,
|
"item_list": Item,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
Log = append(Log, map[string]interface{}{
|
Log = append(Log, map[string]interface{}{
|
||||||
"deco_step_id": fmt.Sprintf("%d_%d", d.AreaId, d.Progress),
|
"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