test
This commit is contained in:
parent
43b2c785b2
commit
f06ec91c77
2
job.go
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user