From 3f735ec03cb47aa48572292f2fb88b2a022299cf Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 13 Dec 2019 19:32:01 +0800 Subject: [PATCH] update item weight --- obj.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj.go b/obj.go index 5b33651..614acda 100644 --- a/obj.go +++ b/obj.go @@ -780,7 +780,7 @@ func loadObjItem() error { type_id int64 intl_id string name string - weight int + weight int64 ) muxObjItem.Lock()