From 0d8ce27aa14c4372b868c70ebf6d5448a0994bb9 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 25 May 2019 16:05:20 +0800 Subject: [PATCH] test --- obj.go | 1 + 1 file changed, 1 insertion(+) diff --git a/obj.go b/obj.go index 2eab0fd..fbe794d 100644 --- a/obj.go +++ b/obj.go @@ -156,6 +156,7 @@ func addObjCastle(logo string, name string) (int64, error) { } func getObjCastleID(s string) int64 { + log.Println("getObjCastleID[%s].ObjID64 = %d", s, cacheObjCastle[s].ObjID64) return cacheObjCastle[s].ObjID64 }