This commit is contained in:
shoopea 2019-06-14 12:49:07 +08:00
parent 7203b78e52
commit c966e4c29d

2
obj.go
View File

@ -629,7 +629,7 @@ func silentGetObjItemID(code string, name string) int64 {
log.Printf("%s => Found a match for %s : %s\n", m, n2, s) log.Printf("%s => Found a match for %s : %s\n", m, n2, s)
return false return false
} else { } else {
log.Printf("%s => Match still not found %s : %s\n", m, n2, s) //log.Printf("%s => Match still not found %s : %s\n", m, n2, s)
i = ChatWarsItem{ i = ChatWarsItem{
ObjID64: 0, ObjID64: 0,
} }