fix craft all

This commit is contained in:
shoopea 2020-01-30 12:44:35 +08:00
parent d5c92d6afd
commit 0733e158c0

3
job.go
View File

@ -1990,6 +1990,7 @@ func jobCraftAll(j Job) {
}
/* we can finish the job */
/*
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)
@ -2022,7 +2023,7 @@ func jobCraftAll(j Job) {
ParseMode: cmdParseModeHTML,
}
TGCmdQueue <- c
*/
err = setJobDone(j.ID64)
logOnError(err, "jobCraftItem : setJobDone")