This commit is contained in:
shoopea 2020-01-27 14:01:06 +08:00
parent 9295e46c15
commit 493f84e178

2
job.go
View File

@ -1852,7 +1852,7 @@ func jobCraftItem(j Job) {
}
/* we can finish the job */
out := fmt.Sprintf("<code>Summary for %s\n", item.Names[0])
out := fmt.Sprintf("<code>Summary for %d %s\n", p.Quantity, item.Names[0])
out = fmt.Sprintf("%s Mana : %d\n", out, totalMana)
out = fmt.Sprintf("%s Items :\n", out)
for k, v := range requiredItems {