From 28a5399248a4ee26942c11642bbe54331dc56b52 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 25 Jun 2019 19:25:56 +0800 Subject: [PATCH] test --- obj.go | 1 + 1 file changed, 1 insertion(+) diff --git a/obj.go b/obj.go index f263db1..a715905 100644 --- a/obj.go +++ b/obj.go @@ -670,6 +670,7 @@ func silentGetObjItemID(code string, name string) int64 { item = ChatWarsItem{ ObjID64: 0, } + log.Printf("Not matching item modified basename %s with %s.\n", basename, item.Name) return true }