This commit is contained in:
shoopea 2020-01-27 12:10:45 +08:00
parent f65c61236d
commit ad89ba5605

View File

@ -242,7 +242,7 @@ func addObjItemCraftItem(objID64 int64, itemID64 int64, quantity int64) error {
return nil
}
func getCraftItemID(cmd string) int64, error) {
func getCraftItemID(cmd string) (int64, error) {
muxObjItem.RLock()
defer muxObjItem.RUnlock()