From 1fc694532ac671cbc54c556051c4f1d43e4c3db5 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 29 Jan 2020 23:00:18 +0800 Subject: [PATCH] update but not working --- job.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/job.go b/job.go index 88aa277..eb67733 100644 --- a/job.go +++ b/job.go @@ -1957,9 +1957,6 @@ func jobCraftAll(j Job) { availableItems = make(map[string]int64) requiredItems = make(map[string]int64) missingItems = make(map[string]int64) - craftItems = make(map[string]int64) - - totalMana = item.Craft.Mana * p.Quantity muxObjItem.RLock() defer muxObjItem.RUnlock()