This commit is contained in:
shoopea 2019-05-25 16:05:20 +08:00
parent 563791e7f0
commit 0d8ce27aa1

1
obj.go
View File

@ -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
}