This commit is contained in:
shoopea 2019-06-02 21:51:33 +08:00
parent 947632679d
commit 2002ea4c3f

View File

@ -1,5 +1,9 @@
package main
import (
"log"
)
func reloadObjItem(code string, name string, itemTypeID64 int64, weight int) {
id := getObjItemID(code, name)
if id == 0 {