fix
This commit is contained in:
parent
0922621b5d
commit
f7539b5af0
10
job.go
10
job.go
@ -2175,13 +2175,9 @@ func jobGetStash(j Job) {
|
|||||||
|
|
||||||
func jobBrewItem(j Job) {
|
func jobBrewItem(j Job) {
|
||||||
var (
|
var (
|
||||||
p JobPayloadBrewItem
|
p JobPayloadBrewItem
|
||||||
maxManaItems int64
|
maxManaItems int64
|
||||||
maxResItems map[int64]int64
|
eta, out string
|
||||||
itemsCode map[int64]string
|
|
||||||
itemInStock, itemInserted bool
|
|
||||||
eta, out string
|
|
||||||
list []int64
|
|
||||||
)
|
)
|
||||||
|
|
||||||
err := setJobStart(j.ID64)
|
err := setJobStart(j.ID64)
|
||||||
|
Loading…
Reference in New Issue
Block a user