update vault val
This commit is contained in:
parent
0a5e9c5ebd
commit
19d00f579f
2
job.go
2
job.go
@ -2622,7 +2622,7 @@ func jobVaultVal(j Job) {
|
||||
p2.JobCallbackID64 = j.ID64
|
||||
p2.ItemTypeList = make([]int64, 1)
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_other`])
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_rec`])
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_recipe`])
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_part`])
|
||||
|
||||
b, err = json.Marshal(p2)
|
||||
|
Loading…
Reference in New Issue
Block a user