This commit is contained in:
shoopea 2020-01-12 21:36:35 +08:00
parent 757e797e31
commit 1aecf837a2

2
obj.go
View File

@ -991,7 +991,7 @@ func loadObjItem2() error {
} }
if weight != obj.Weight { if weight != obj.Weight {
log.Printf("loadObjItem2 : %s : weight changed : %d => %d\n", obj.Code, weight, obj.Weight) log.Printf("loadObjItem2 : %s - %s : weight changed : %d => %d\n", obj.Code, obj.Names[0], weight, obj.Weight)
} }
cacheObjItemId[id] = obj cacheObjItemId[id] = obj