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) {
|
||||
var (
|
||||
p JobPayloadBrewItem
|
||||
maxManaItems int64
|
||||
maxResItems map[int64]int64
|
||||
itemsCode map[int64]string
|
||||
itemInStock, itemInserted bool
|
||||
eta, out string
|
||||
list []int64
|
||||
p JobPayloadBrewItem
|
||||
maxManaItems int64
|
||||
eta, out string
|
||||
)
|
||||
|
||||
err := setJobStart(j.ID64)
|
||||
|
Loading…
Reference in New Issue
Block a user