update weight type

This commit is contained in:
shoopea 2019-12-13 19:30:41 +08:00
parent b30000ec8b
commit f9522c12f3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"log"
)
func reloadObjItem(code string, name string, itemTypeID64 int64, weight int, exchange bool, auction bool) {
func reloadObjItem(code string, name string, itemTypeID64 int64, weight int64, exchange bool, auction bool) {
var objID64 int64
objID64 = getSilentObjItemID(code, ``)
if objID64 == 0 {

2
job.go
View File

@ -816,7 +816,7 @@ func jobGStock(j Job) {
` - Misc stuff : %d (%d)\n`+
` - Recipes : %d (%d)\n`+
` - Parts : %d (%d)\n`+
` - Other : %d (%d)\n`, totalSize, resSize, resCount, alchSize, alchCount, miscSize, miscCount, recSize, recCount, partsSize, partsCount, otherSize, otherCount)
` - Other : %d (%d)\n`, totalSize, resSize, resCount, alchSize, alchCount, miscSize, miscCount, recSize, recCount, partSize, partCount, otherSize, otherCount)
m := TGCommand{
Type: commandReplyMsg,