This commit is contained in:
shoopea 2019-05-25 16:07:37 +08:00
parent 79badebec8
commit ee6b7f3ef7

1
obj.go
View File

@ -157,7 +157,6 @@ 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
}