test
This commit is contained in:
parent
437380c2f6
commit
6ea2d1a329
1
job.go
1
job.go
@ -1780,6 +1780,7 @@ func jobCraftItem(j Job) {
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_res`])
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_recipe`])
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_part`])
|
||||
p2.ItemTypeList = append(p2.ItemTypeList, cacheObjSubType[`item_alch`])
|
||||
|
||||
b, err = json.Marshal(p2)
|
||||
logOnError(err, "jobCraftItem : Marshal(p2)")
|
||||
|
Loading…
Reference in New Issue
Block a user