update item weight
This commit is contained in:
parent
f9522c12f3
commit
1e67e047e6
2
obj.go
2
obj.go
@ -591,7 +591,7 @@ func addObjQuest(userID64 int64, questTypeID int, duration time.Duration, date t
|
||||
return objId, nil
|
||||
}
|
||||
|
||||
func addObjItem(code string, name string, itemTypeID64 int64, weight int, exchange bool, auction bool) (int64, error) {
|
||||
func addObjItem(code string, name string, itemTypeID64 int64, weight int64, exchange bool, auction bool) (int64, error) {
|
||||
muxObjItem.Lock()
|
||||
defer muxObjItem.Unlock()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user