From 19d00f579ffeaf23dec4f4b790f32d175f1241c7 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 28 Jun 2020 15:11:25 +0200 Subject: [PATCH] update vault val --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index b4c1c16..05872bd 100644 --- a/job.go +++ b/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)