This commit is contained in:
shoopea 2020-01-27 13:35:22 +08:00
parent 8e86ad3c6e
commit ea3def03b2

6
job.go
View File

@ -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 */
out := fmt.Sprintf("<code>Summary for %s\n", item.Names[0])
out = fmt.Sprintf("%s Mana : %d\n", out, totalMana)