test
This commit is contained in:
parent
8e86ad3c6e
commit
ea3def03b2
6
job.go
6
job.go
@ -1851,12 +1851,6 @@ func jobCraftItem(j Job) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for code, req := range requiredItems {
|
|
||||||
ava, _ := availableItems[code]
|
|
||||||
craft, _ := craftItems[code]
|
|
||||||
missing, _ := missingItems[code]
|
|
||||||
}
|
|
||||||
|
|
||||||
/* we can finish the job */
|
/* we can finish the job */
|
||||||
out := fmt.Sprintf("<code>Summary for %s\n", item.Names[0])
|
out := fmt.Sprintf("<code>Summary for %s\n", item.Names[0])
|
||||||
out = fmt.Sprintf("%s Mana : %d\n", out, totalMana)
|
out = fmt.Sprintf("%s Mana : %d\n", out, totalMana)
|
||||||
|
Loading…
Reference in New Issue
Block a user