test alch all output

This commit is contained in:
shoopea 2020-02-29 19:37:24 +08:00
parent 8c7ac0d8f9
commit 62e6c2140b

4
job.go
View File

@ -2117,7 +2117,6 @@ func jobAlchAll(j Job) {
break
}
}
log.Printf("jobAlchAll : Item %d => Max : %d/%d\n", o.ObjID64, maxResItems[o.ObjID64], maxManaItems[o.ObjID64])
}
}
}
@ -2155,7 +2154,8 @@ func jobAlchAll(j Job) {
}
for _, i := range list {
o, _ := getObjItem(i)
out = fmt.Sprintf("%s\n<code>%s - %s - %d</code>", out, o.Code, o.Names[0], maxManaItems[i])
out = fmt.Sprintf("%s %s%s#%04d</a> [%d💧 %s] @%s\n", out, status, c.Logo, cwm.Link, cwm.ShopNumber, cwm.Mana, eta, username)
out = fmt.Sprintf("%s\n<a href=\"https://t.me/share/url?url=/brew_%s %d\">%3s - %20s - %3d</a>", out, o.Code, maxManaItems[i], o.Code, o.Names[0], maxManaItems[i])
}
c := TGCommand{