fix names for item
This commit is contained in:
parent
85c084bf1a
commit
20812c9256
2
job.go
2
job.go
@ -2134,7 +2134,7 @@ func jobAlchAll(j Job) {
|
|||||||
for k, q := range maxManaItems {
|
for k, q := range maxManaItems {
|
||||||
if q == maxResItems[k] {
|
if q == maxResItems[k] {
|
||||||
o, _ := getObjItem(k)
|
o, _ := getObjItem(k)
|
||||||
out = fmt.Sprintf("%s\n<code>%s - %s - %d</code>", out, o.Code, o.Name, q)
|
out = fmt.Sprintf("%s\n<code>%s - %s - %d</code>", out, o.Code, o.Names[0], q)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user