update item weight

This commit is contained in:
shoopea 2019-12-13 19:32:01 +08:00
parent 1e67e047e6
commit 3f735ec03c

2
obj.go
View File

@ -780,7 +780,7 @@ func loadObjItem() error {
type_id int64 type_id int64
intl_id string intl_id string
name string name string
weight int weight int64
) )
muxObjItem.Lock() muxObjItem.Lock()