This commit is contained in:
shoopea 2020-01-12 21:38:16 +08:00
parent 1aecf837a2
commit cc22218042

View File

@ -2,6 +2,7 @@ package main
import ()
/*
func reloadObjItem(code string, name string, itemTypeID64 int64, weight int64, exchange string, auction bool) {
var objID64 int64
objID64 = getSilentObjItemID(code, ``)
@ -28,3 +29,4 @@ func reloadObjItem(code string, name string, itemTypeID64 int64, weight int64, e
}
}
*/