dirty fix craft all

This commit is contained in:
shoopea 2020-01-30 12:45:34 +08:00
parent 0733e158c0
commit 8112df10c0

4
job.go
View File

@ -1985,7 +1985,9 @@ func jobCraftAll(j Job) {
defer muxObjItem.RUnlock()
for _, v := range objItems {
if v.ItemTypeID == cacheObjSubType[`item_other`] {
availableItems[v.Code] = 0
requiredItems[v.Code] = 0
missingItems[v.Code] = 0
}
}