This commit is contained in:
shoopea 2020-01-26 21:58:06 +08:00
parent e33d9dc348
commit 6cd8b39a94

2
job.go
View File

@ -1908,8 +1908,8 @@ 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)