From e33d9dc348aa014887f3a7d3e9c3f82f3ed65586 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 26 Jan 2020 21:56:52 +0800 Subject: [PATCH] test --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index 96d3e46..c05c3de 100644 --- a/job.go +++ b/job.go @@ -1908,7 +1908,7 @@ func jobGetVault(j Job) { p JobPayloadGetVault reqTab map[int64]int64 doneTab map[int64]int64 - items [...]string = {`item_res`, `item_alch`, `item_misc`, `item_recipe`, `item_part`, `item_other`} + items [...]string{`item_res`, `item_alch`, `item_misc`, `item_recipe`, `item_part`, `item_other`} ) log.Printf("jobGetVault[%d] : Starting.\n", j.ID64)